#C14B6A

Color #C14B6A Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blush #C14B6A

Tints of Blush #C14B6A

Color information

#C14B6A (or 0xC14B6A) is unknown color: approx Blush. HEX triplet: C1, 4B and 6A. RGB value is (193,75,106). Sum of RGB (Red+Green+Blue) = 193+75+106=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 75 (29.69% from 255 or 20.05% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C14B6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14B6A is #3EB495. Grayscale: #717171. Windows color (decimal): -4109462 or 6966209. OLE color: 6966209.

HSL color Cylindrical-coordinate representation of color #C14B6A: hue angle of 344.24º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C14B6A is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB19375106-
CMYK00.610.450.24
HSL344.24º48.76%52.55%-
HSV(B)344.24º61.14%75.69%-
XYZ27.1117.4115.57-
YUV113.82123.59184.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 193 (75.78% from 255) = 51.60%
GREEN value IS 75 (29.69% from 255) = 20.05%
BLUE value IS 106 (41.80% from 255) = 28.34%
R=51.60%
G=20.05%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937510600.610.450.24344.2448.7652.55
HexC14B6A03D2D181583135
Octal30111315207555305306165
Binary1100000110010111101010011110110110111000101011000110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14B6A; }

 p { color: rgb(193,75,106); }

 H1.HeaderClassName
 {
   color: #C14B6A;
 }
 .AnyTagClassName
 {
   color: #C14B6A;
 }
</style>
background-color css

<style>
 a { background-color: #C14B6A; }

 a { background-color: rgb(193,75,106); }

 div.DivClassName
 {
   background-color: #C14B6A;
 }
 .BgClassName
 {
   background-color: #C14B6A;
 }
</style>
border-color css

<style>
 span { border-color: #C14B6A; }

 span { border-color: rgb(193,75,106); }

 td.TdClassName
 {
   border-color: #C14B6A;
 }
 .TagClassName
 {
   border-color: #C14B6A;
 }
</style>