#CB9DAC

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

Shades of Careys Pink #CB9DAC

Tints of Careys Pink #CB9DAC

Color information

#CB9DAC (or 0xCB9DAC) is unknown color: approx Careys Pink. HEX triplet: CB, 9D and AC. RGB value is (203,157,172). Sum of RGB (Red+Green+Blue) = 203+157+172=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 157 (61.72% from 255 or 29.51% from 532); Blue value is 172 (67.58% from 255 or 32.33% from 532); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9DAC is #346253. Grayscale: #ACACAC. Windows color (decimal): -3433044 or 11312587. OLE color: 11312587.

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

Color convert

RGB203157172-
CMYK00.230.150.20
HSL340.43º30.67%70.59%-
HSV(B)340.43º22.66%79.61%-
XYZ44.1339.7944.38-
YUV172.46127.74149.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.16%
GREEN value IS 157 (61.72% from 255) = 29.51%
BLUE value IS 172 (67.58% from 255) = 32.33%
R=38.16%
G=29.51%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315717200.230.150.20340.4330.6770.59
HexCB9DAC017F141541f47
Octal313235254027172452437107
Binary110010111001110110101100010111111110100101010100111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9DAC; }

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

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

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

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

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

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

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

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