#c14566

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

Shades of Blush #C14566

Tints of Blush #C14566

Color information

#C14566 (or 0xC14566) is unknown color: approx Blush. HEX triplet: C1, 45 and 66. RGB value is (193,69,102). Sum of RGB (Red+Green+Blue) = 193+69+102=364 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.02% from 364); Green value is 69 (27.34% from 255 or 18.96% from 364); Blue value is 102 (40.23% from 255 or 28.02% from 364); Max value from RGB is 193 - color contains mainly: red. Hex color #C14566 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14566 is #3EBA99. Grayscale: #6D6D6D. Windows color (decimal): -4111002 or 6702529. OLE color: 6702529.

HSL color Cylindrical-coordinate representation of color #C14566: hue angle of 344.03º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C14566 is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB19369102-
CMYK00.640.470.24
HSL344.03º50%51.37%-
HSV(B)344.03º64.25%75.69%-
XYZ26.5216.5514.37-
YUV109.84123.58187.32-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.02%
GREEN value IS 69 (27.34% from 255) = 18.96%
BLUE value IS 102 (40.23% from 255) = 28.02%
R=53.02%
G=18.96%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936910200.640.470.24344.035051.37
HexC145660402F181583233
Octal301105146010057305306263
Binary11000001100010111001100100000010111111000101011000110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c14566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c14566; }

 p { color: rgb(193,69,102); }

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

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

 a { background-color: rgb(193,69,102); }

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

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

 span { border-color: rgb(193,69,102); }

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