#CAB9AE

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

Shades of Wafer #CAB9AE

Tints of Wafer #CAB9AE

Color information

#CAB9AE (or 0xCAB9AE) is unknown color: approx Wafer. HEX triplet: CA, B9 and AE. RGB value is (202,185,174). Sum of RGB (Red+Green+Blue) = 202+185+174=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 185 (72.66% from 255 or 32.98% from 561); Blue value is 174 (68.36% from 255 or 31.02% from 561); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB9AE is #354651. Grayscale: #BCBCBC. Windows color (decimal): -3491410 or 11450826. OLE color: 11450826.

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

Color convert

RGB202185174-
CMYK00.080.140.21
HSL23.57º20.9%73.73%-
HSV(B)23.57º13.86%79.22%-
XYZ49.3550.3147.15-
YUV188.83119.63137.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.01%
GREEN value IS 185 (72.66% from 255) = 32.98%
BLUE value IS 174 (68.36% from 255) = 31.02%
R=36.01%
G=32.98%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218517400.080.140.2123.5720.973.73
HexCAB9AE08E1518154a
Octal31227125601016253025112
Binary1100101010111001101011100100011101010111000101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB9AE; }

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

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

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

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

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

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

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

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