Shades of Wafer #CAB7AF
Tints of Wafer #CAB7AF
RGB
CMYK
RGB Variations
Color information
#CAB7AF (or 0xCAB7AF) is known color: Wafer. HEX triplet: CA, B7 and AF. RGB value is (202,183,175). Sum of RGB (Red+Green+Blue) = 202+183+175=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 183 (71.88% from 255 or 32.68% from 560); Blue value is 175 (68.75% from 255 or 31.25% from 560); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB7AF is #354850. Grayscale: #BBBBBB. Windows color (decimal): -3491921 or 11515850. OLE color: 11515850.
HSL color Cylindrical-coordinate representation of color #CAB7AF: hue angle of 17.78º 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 #CAB7AF is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 183 | 175 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.21 |
| HSL | 17.78º | 0.2% | 0.74% | - |
| HSV(B) | 17.78º | 0.13% | 0.79% | - |
| XYZ | 49.03 | 49.52 | 47.53 | - |
| YUV | 187.77 | 120.79 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 183 | 175 | 0 | 0.09 | 0.13 | 0.21 | 17.78 | 0.2 | 0.74 |
| Hex | CA | B7 | AF | 0 | 9 | D | 15 | 12 | 14 | 4A |
| Octal | 312 | 267 | 257 | 0 | 11 | 15 | 25 | 22 | 24 | 112 |
| Binary | 11001010 | 10110111 | 10101111 | 0 | 1001 | 1101 | 10101 | 10010 | 10100 | 1001010 |
Color Harmonies of #CAB7AF
Complementary color
Monochromatic Colors of #CAB7AF
Black with #CAB7AF
Text Example
Text Example
White with #CAB7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB7AF; }
p { color: rgb(202,183,175); }
H1.HeaderClassName
{
color: #CAB7AF;
}
.AnyTagClassName
{
color: #CAB7AF;
}
</style>
background-color css
<style>
a { background-color: #CAB7AF; }
a { background-color: rgb(202,183,175); }
div.DivClassName
{
background-color: #CAB7AF;
}
.BgClassName
{
background-color: #CAB7AF;
}
</style>
border-color css
<style>
span { border-color: #CAB7AF; }
span { border-color: rgb(202,183,175); }
td.TdClassName
{
border-color: #CAB7AF;
}
.TagClassName
{
border-color: #CAB7AF;
}
</style>