#CB9899

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

Shades of Careys Pink #CB9899

Tints of Careys Pink #CB9899

Color information

#CB9899 (or 0xCB9899) is unknown color: approx Careys Pink. HEX triplet: CB, 98 and 99. RGB value is (203,152,153). Sum of RGB (Red+Green+Blue) = 203+152+153=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 152 (59.77% from 255 or 29.92% from 508); Blue value is 153 (60.16% from 255 or 30.12% from 508); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9899 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9899 is #346766. Grayscale: #A7A7A7. Windows color (decimal): -3434343 or 10066123. OLE color: 10066123.

HSL color Cylindrical-coordinate representation of color #CB9899: hue angle of 358.82º 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 #CB9899 is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB203152153-
CMYK00.250.250.20
HSL358.82º32.9%69.61%-
HSV(B)358.82º25.12%79.61%-
XYZ41.6137.4535.17-
YUV167.36119.9153.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.96%
GREEN value IS 152 (59.77% from 255) = 29.92%
BLUE value IS 153 (60.16% from 255) = 30.12%
R=39.96%
G=29.92%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315215300.250.250.20358.8232.969.61
HexCB989901919141672146
Octal313230231031312454741106
Binary11001011100110001001100101100111001101001011001111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9899; }

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

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

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

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

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

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

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

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