#CB9599

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

Shades of Careys Pink #CB9599

Tints of Careys Pink #CB9599

Color information

#CB9599 (or 0xCB9599) is unknown color: approx Careys Pink. HEX triplet: CB, 95 and 99. RGB value is (203,149,153). Sum of RGB (Red+Green+Blue) = 203+149+153=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 149 (58.59% from 255 or 29.50% from 505); Blue value is 153 (60.16% from 255 or 30.30% from 505); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9599 is #346A66. Grayscale: #A5A5A5. Windows color (decimal): -3435111 or 10065355. OLE color: 10065355.

HSL color Cylindrical-coordinate representation of color #CB9599: hue angle of 355.56º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CB9599 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB203149153-
CMYK00.270.250.20
HSL355.56º34.18%69.02%-
HSV(B)355.56º26.6%79.61%-
XYZ41.1336.4935.01-
YUV165.6120.89154.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.20%
GREEN value IS 149 (58.59% from 255) = 29.50%
BLUE value IS 153 (60.16% from 255) = 30.30%
R=40.20%
G=29.50%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314915300.270.250.20355.5634.1869.02
HexCB959901B19141642245
Octal313225231033312454442105
Binary11001011100101011001100101101111001101001011001001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9599; }

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

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

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

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

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

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

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

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