Shades of Wafer #CAB8AF
Tints of Wafer #CAB8AF
RGB
CMYK
RGB Variations
Color information
#CAB8AF (or 0xCAB8AF) is known color: Wafer. HEX triplet: CA, B8 and AF. RGB value is (202,184,175). Sum of RGB (Red+Green+Blue) = 202+184+175=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 184 (72.27% from 255 or 32.80% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB8AF is #354750. Grayscale: #BCBCBC. Windows color (decimal): -3491665 or 11516106. OLE color: 11516106.
HSL color Cylindrical-coordinate representation of color #CAB8AF: hue angle of 20º 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 #CAB8AF is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 184 | 175 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.21 |
| HSL | 20º | 0.2% | 0.74% | - |
| HSV(B) | 20º | 0.13% | 0.79% | - |
| XYZ | 49.24 | 49.93 | 47.6 | - |
| YUV | 188.36 | 120.46 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 175 | 0 | 0.09 | 0.13 | 0.21 | 20 | 0.2 | 0.74 |
| Hex | CA | B8 | AF | 0 | 9 | D | 15 | 14 | 14 | 4A |
| Octal | 312 | 270 | 257 | 0 | 11 | 15 | 25 | 24 | 24 | 112 |
| Binary | 11001010 | 10111000 | 10101111 | 0 | 1001 | 1101 | 10101 | 10100 | 10100 | 1001010 |
Color Harmonies of #CAB8AF
Complementary color
Monochromatic Colors of #CAB8AF
Black with #CAB8AF
Text Example
Text Example
White with #CAB8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB8AF; }
p { color: rgb(202,184,175); }
H1.HeaderClassName
{
color: #CAB8AF;
}
.AnyTagClassName
{
color: #CAB8AF;
}
</style>
background-color css
<style>
a { background-color: #CAB8AF; }
a { background-color: rgb(202,184,175); }
div.DivClassName
{
background-color: #CAB8AF;
}
.BgClassName
{
background-color: #CAB8AF;
}
</style>
border-color css
<style>
span { border-color: #CAB8AF; }
span { border-color: rgb(202,184,175); }
td.TdClassName
{
border-color: #CAB8AF;
}
.TagClassName
{
border-color: #CAB8AF;
}
</style>