#CAB9AF

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

Shades of Wafer #CAB9AF

Tints of Wafer #CAB9AF

Color information

#CAB9AF (or 0xCAB9AF) is unknown color: approx Wafer. HEX triplet: CA, B9 and AF. RGB value is (202,185,175). Sum of RGB (Red+Green+Blue) = 202+185+175=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 185 (72.66% from 255 or 32.92% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB9AF is #354650. Grayscale: #BDBDBD. Windows color (decimal): -3491409 or 11516362. OLE color: 11516362.

HSL color Cylindrical-coordinate representation of color #CAB9AF: hue angle of 22.22º 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 #CAB9AF is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB202185175-
CMYK00.080.130.21
HSL22.22º20.3%73.92%-
HSV(B)22.22º13.37%79.22%-
XYZ49.4450.3547.67-
YUV188.94120.13137.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.94%
GREEN value IS 185 (72.66% from 255) = 32.92%
BLUE value IS 175 (68.75% from 255) = 31.14%
R=35.94%
G=32.92%
B=31.14%

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
Decimal20218517500.080.130.2122.2220.373.92
HexCAB9AF08D1516144a
Octal31227125701015252624112
Binary1100101010111001101011110100011011010110110101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB9AF; }

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

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

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

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

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

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

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

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