#CABAB0

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

Shades of Wafer #CABAB0

Tints of Wafer #CABAB0

Color information

#CABAB0 (or 0xCABAB0) is unknown color: approx Wafer. HEX triplet: CA, BA and B0. RGB value is (202,186,176). Sum of RGB (Red+Green+Blue) = 202+186+176=564 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.82% from 564); Green value is 186 (73.05% from 255 or 32.98% from 564); Blue value is 176 (69.14% from 255 or 31.21% from 564); Max value from RGB is 202 - color contains mainly: red. Hex color #CABAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABAB0 is #35454F. Grayscale: #BDBDBD. Windows color (decimal): -3491152 or 11582154. OLE color: 11582154.

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

Color convert

RGB202186176-
CMYK00.080.130.21
HSL23.08º19.7%74.12%-
HSV(B)23.08º12.87%79.22%-
XYZ49.7550.8148.26-
YUV189.64120.3136.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.82%
GREEN value IS 186 (73.05% from 255) = 32.98%
BLUE value IS 176 (69.14% from 255) = 31.21%
R=35.82%
G=32.98%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218617600.080.130.2123.0819.774.12
HexCABAB008D1517144a
Octal31227226001015252724112
Binary1100101010111010101100000100011011010110111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABAB0; }

 p { color: rgb(202,186,176); }

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

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

 a { background-color: rgb(202,186,176); }

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

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

 span { border-color: rgb(202,186,176); }

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