#CB96A2

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

Shades of Careys Pink #CB96A2

Tints of Careys Pink #CB96A2

Color information

#CB96A2 (or 0xCB96A2) is unknown color: approx Careys Pink. HEX triplet: CB, 96 and A2. RGB value is (203,150,162). Sum of RGB (Red+Green+Blue) = 203+150+162=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 162 (63.67% from 255 or 31.46% from 515); Max value from RGB is 203 - color contains mainly: red. Hex color #CB96A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB96A2 is #34695D. Grayscale: #A7A7A7. Windows color (decimal): -3434846 or 10655435. OLE color: 10655435.

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

Color convert

RGB203150162-
CMYK00.260.200.20
HSL346.42º33.76%69.22%-
HSV(B)346.42º26.11%79.61%-
XYZ42.0637.1239.13-
YUV167.21125.06153.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.42%
GREEN value IS 150 (58.98% from 255) = 29.13%
BLUE value IS 162 (63.67% from 255) = 31.46%
R=39.42%
G=29.13%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315016200.260.200.20346.4233.7669.22
HexCB96A201A141415a2245
Octal313226242032242453242105
Binary11001011100101101010001001101010100101001010110101000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB96A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB96A2; }

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

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

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

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

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

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

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

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