#C4999F

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

Shades of Careys Pink #C4999F

Tints of Careys Pink #C4999F

Color information

#C4999F (or 0xC4999F) is unknown color: approx Careys Pink. HEX triplet: C4, 99 and 9F. RGB value is (196,153,159). Sum of RGB (Red+Green+Blue) = 196+153+159=508 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.58% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 159 (62.5% from 255 or 31.30% from 508); Max value from RGB is 196 - color contains mainly: red. Hex color #C4999F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4999F is #3B6660. Grayscale: #A6A6A6. Windows color (decimal): -3892833 or 10459588. OLE color: 10459588.

HSL color Cylindrical-coordinate representation of color #C4999F: hue angle of 351.63º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C4999F is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB196153159-
CMYK00.220.190.23
HSL351.63º26.71%68.43%-
HSV(B)351.63º21.94%76.86%-
XYZ40.4137.0237.82-
YUV166.54123.75149.01-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.58%
GREEN value IS 153 (60.16% from 255) = 30.12%
BLUE value IS 159 (62.5% from 255) = 31.30%
R=38.58%
G=30.12%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615315900.220.190.23351.6326.7168.43
HexC4999F01613171601b44
Octal304231237026232754033104
Binary1100010010011001100111110101101001110111101100000110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4999F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4999F; }

 p { color: rgb(196,153,159); }

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

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

 a { background-color: rgb(196,153,159); }

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

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

 span { border-color: rgb(196,153,159); }

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