#CB9196

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

Shades of Careys Pink #CB9196

Tints of Careys Pink #CB9196

Color information

#CB9196 (or 0xCB9196) is unknown color: approx Careys Pink. HEX triplet: CB, 91 and 96. RGB value is (203,145,150). Sum of RGB (Red+Green+Blue) = 203+145+150=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 145 (57.03% from 255 or 29.12% from 498); Blue value is 150 (58.98% from 255 or 30.12% from 498); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9196 is #346E69. Grayscale: #A2A2A2. Windows color (decimal): -3436138 or 9867723. OLE color: 9867723.

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

Color convert

RGB203145150-
CMYK00.290.260.20
HSL354.83º35.8%68.24%-
HSV(B)354.83º28.57%79.61%-
XYZ40.2635.1533.52-
YUV162.91120.72156.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.76%
GREEN value IS 145 (57.03% from 255) = 29.12%
BLUE value IS 150 (58.98% from 255) = 30.12%
R=40.76%
G=29.12%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314515000.290.260.20354.8335.868.24
HexCB919601D1A141632444
Octal313221226035322454344104
Binary11001011100100011001011001110111010101001011000111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9196; }

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

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

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

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

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

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

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

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