#CF9599

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

Shades of Careys Pink #CF9599

Tints of Careys Pink #CF9599

Color information

#CF9599 (or 0xCF9599) is unknown color: approx Careys Pink. HEX triplet: CF, 95 and 99. RGB value is (207,149,153). Sum of RGB (Red+Green+Blue) = 207+149+153=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 149 (58.59% from 255 or 29.27% from 509); Blue value is 153 (60.16% from 255 or 30.06% from 509); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9599 is #306A66. Grayscale: #A6A6A6. Windows color (decimal): -3172967 or 10065359. OLE color: 10065359.

HSL color Cylindrical-coordinate representation of color #CF9599: hue angle of 355.86º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CF9599 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB207149153-
CMYK00.280.260.19
HSL355.86º37.66%69.8%-
HSV(B)355.86º28.02%81.18%-
XYZ42.2337.0635.06-
YUV166.8120.22156.67-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.67%
GREEN value IS 149 (58.59% from 255) = 29.27%
BLUE value IS 153 (60.16% from 255) = 30.06%
R=40.67%
G=29.27%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714915300.280.260.19355.8637.6669.8
HexCF959901C1A131642646
Octal317225231034322354446106
Binary11001111100101011001100101110011010100111011001001001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9599; }

 p { color: rgb(207,149,153); }

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

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

 a { background-color: rgb(207,149,153); }

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

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

 span { border-color: rgb(207,149,153); }

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