#CB9EAC

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

Shades of Careys Pink #CB9EAC

Tints of Careys Pink #CB9EAC

Color information

#CB9EAC (or 0xCB9EAC) is unknown color: approx Careys Pink. HEX triplet: CB, 9E and AC. RGB value is (203,158,172). Sum of RGB (Red+Green+Blue) = 203+158+172=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 158 (62.11% from 255 or 29.64% from 533); Blue value is 172 (67.58% from 255 or 32.27% from 533); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9EAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9EAC is #346153. Grayscale: #ADADAD. Windows color (decimal): -3432788 or 11312843. OLE color: 11312843.

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

Color convert

RGB203158172-
CMYK00.220.150.20
HSL341.33º30.2%70.78%-
HSV(B)341.33º22.17%79.61%-
XYZ44.340.1344.44-
YUV173.05127.41149.36-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.09%
GREEN value IS 158 (62.11% from 255) = 29.64%
BLUE value IS 172 (67.58% from 255) = 32.27%
R=38.09%
G=29.64%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315817200.220.150.20341.3330.270.78
HexCB9EAC016F141551e47
Octal313236254026172452536107
Binary110010111001111010101100010110111110100101010101111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9EAC; }

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

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

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

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

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

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

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

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