#CAB7AC

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

Shades of Wafer #CAB7AC

Tints of Wafer #CAB7AC

Color information

#CAB7AC (or 0xCAB7AC) is unknown color: approx Wafer. HEX triplet: CA, B7 and AC. RGB value is (202,183,172). Sum of RGB (Red+Green+Blue) = 202+183+172=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 183 (71.88% from 255 or 32.85% from 557); Blue value is 172 (67.58% from 255 or 30.88% from 557); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB7AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB7AC is #354853. Grayscale: #BBBBBB. Windows color (decimal): -3491924 or 11319242. OLE color: 11319242.

HSL color Cylindrical-coordinate representation of color #CAB7AC: hue angle of 22º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAB7AC is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB202183172-
CMYK00.090.150.21
HSL22º22.06%73.33%-
HSV(B)22º14.85%79.22%-
XYZ48.7449.446-
YUV187.43119.29138.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.27%
GREEN value IS 183 (71.88% from 255) = 32.85%
BLUE value IS 172 (67.58% from 255) = 30.88%
R=36.27%
G=32.85%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218317200.090.150.212222.0673.33
HexCAB7AC09F15161649
Octal31226725401117252626111
Binary1100101010110111101011000100111111010110110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB7AC; }

 p { color: rgb(202,183,172); }

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

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

 a { background-color: rgb(202,183,172); }

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

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

 span { border-color: rgb(202,183,172); }

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