#CAB9B2

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

Shades of Wafer #CAB9B2

Tints of Wafer #CAB9B2

Color information

#CAB9B2 (or 0xCAB9B2) is unknown color: approx Wafer. HEX triplet: CA, B9 and B2. RGB value is (202,185,178). Sum of RGB (Red+Green+Blue) = 202+185+178=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 185 (72.66% from 255 or 32.74% from 565); Blue value is 178 (69.92% from 255 or 31.50% from 565); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB9B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB9B2 is #35464D. Grayscale: #BDBDBD. Windows color (decimal): -3491406 or 11712970. OLE color: 11712970.

HSL color Cylindrical-coordinate representation of color #CAB9B2: hue angle of 17.5º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAB9B2 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB202185178-
CMYK00.080.120.21
HSL17.5º18.46%74.51%-
HSV(B)17.5º11.88%79.22%-
XYZ49.7450.4749.24-
YUV189.28121.63137.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.75%
GREEN value IS 185 (72.66% from 255) = 32.74%
BLUE value IS 178 (69.92% from 255) = 31.50%
R=35.75%
G=32.74%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218517800.080.120.2117.518.4674.51
HexCAB9B208C1512124b
Octal31227126201014252222113
Binary1100101010111001101100100100011001010110010100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB9B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB9B2; }

 p { color: rgb(202,185,178); }

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

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

 a { background-color: rgb(202,185,178); }

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

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

 span { border-color: rgb(202,185,178); }

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