#CB9DA8

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

Shades of Careys Pink #CB9DA8

Tints of Careys Pink #CB9DA8

Color information

#CB9DA8 (or 0xCB9DA8) is unknown color: approx Careys Pink. HEX triplet: CB, 9D and A8. RGB value is (203,157,168). Sum of RGB (Red+Green+Blue) = 203+157+168=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 168 (66.02% from 255 or 31.82% from 528); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9DA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9DA8 is #346257. Grayscale: #ACACAC. Windows color (decimal): -3433048 or 11050443. OLE color: 11050443.

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

Color convert

RGB203157168-
CMYK00.230.170.20
HSL345.65º30.67%70.59%-
HSV(B)345.65º22.66%79.61%-
XYZ43.7539.6442.39-
YUV172.01125.74150.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.45%
GREEN value IS 157 (61.72% from 255) = 29.73%
BLUE value IS 168 (66.02% from 255) = 31.82%
R=38.45%
G=29.73%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315716800.230.170.20345.6530.6770.59
HexCB9DA8017111415a1f47
Octal313235250027212453237107
Binary1100101110011101101010000101111000110100101011010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9DA8; }

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

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

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

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

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

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

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

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