#CB989C

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

Shades of Careys Pink #CB989C

Tints of Careys Pink #CB989C

Color information

#CB989C (or 0xCB989C) is unknown color: approx Careys Pink. HEX triplet: CB, 98 and 9C. RGB value is (203,152,156). Sum of RGB (Red+Green+Blue) = 203+152+156=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 152 (59.77% from 255 or 29.75% from 511); Blue value is 156 (61.33% from 255 or 30.53% from 511); Max value from RGB is 203 - color contains mainly: red. Hex color #CB989C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB989C is #346763. Grayscale: #A7A7A7. Windows color (decimal): -3434340 or 10262731. OLE color: 10262731.

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

Color convert

RGB203152156-
CMYK00.250.230.20
HSL355.29º32.9%69.61%-
HSV(B)355.29º25.12%79.61%-
XYZ41.8637.5536.49-
YUV167.7121.4153.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.73%
GREEN value IS 152 (59.77% from 255) = 29.75%
BLUE value IS 156 (61.33% from 255) = 30.53%
R=39.73%
G=29.75%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315215600.250.230.20355.2932.969.61
HexCB989C01917141632146
Octal313230234031272454341106
Binary11001011100110001001110001100110111101001011000111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB989C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB989C; }

 p { color: rgb(203,152,156); }

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

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

 a { background-color: rgb(203,152,156); }

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

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

 span { border-color: rgb(203,152,156); }

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