#CB9DA2

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

Shades of Careys Pink #CB9DA2

Tints of Careys Pink #CB9DA2

Color information

#CB9DA2 (or 0xCB9DA2) is unknown color: approx Careys Pink. HEX triplet: CB, 9D and A2. RGB value is (203,157,162). Sum of RGB (Red+Green+Blue) = 203+157+162=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 157 (61.72% from 255 or 30.08% from 522); Blue value is 162 (63.67% from 255 or 31.03% from 522); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9DA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9DA2 is #34625D. Grayscale: #ABABAB. Windows color (decimal): -3433054 or 10657227. OLE color: 10657227.

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

Color convert

RGB203157162-
CMYK00.230.200.20
HSL353.48º30.67%70.59%-
HSV(B)353.48º22.66%79.61%-
XYZ43.2139.4239.51-
YUV171.32122.74150.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.89%
GREEN value IS 157 (61.72% from 255) = 30.08%
BLUE value IS 162 (63.67% from 255) = 31.03%
R=38.89%
G=30.08%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315716200.230.200.20353.4830.6770.59
HexCB9DA201714141611f47
Octal313235242027242454137107
Binary1100101110011101101000100101111010010100101100001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9DA2; }

 p { color: rgb(203,157,162); }

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

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

 a { background-color: rgb(203,157,162); }

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

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

 span { border-color: rgb(203,157,162); }

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