Shades of Wafer #CAB7AD
Tints of Wafer #CAB7AD
RGB
CMYK
RGB Variations
Color information
#CAB7AD (or 0xCAB7AD) is known color: Wafer. HEX triplet: CA, B7 and AD. RGB value is (202,183,173). Sum of RGB (Red+Green+Blue) = 202+183+173=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 183 (71.88% from 255 or 32.80% from 558); Blue value is 173 (67.97% from 255 or 31.00% from 558); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB7AD is #354852. Grayscale: #BBBBBB. Windows color (decimal): -3491923 or 11384778. OLE color: 11384778.
HSL color Cylindrical-coordinate representation of color #CAB7AD: hue angle of 20.69º 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 #CAB7AD is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 183 | 173 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.21 |
| HSL | 20.69º | 0.21% | 0.74% | - |
| HSV(B) | 20.69º | 0.14% | 0.79% | - |
| XYZ | 48.83 | 49.44 | 46.5 | - |
| YUV | 187.54 | 119.79 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 183 | 173 | 0 | 0.09 | 0.14 | 0.21 | 20.69 | 0.21 | 0.74 |
| Hex | CA | B7 | AD | 0 | 9 | E | 15 | 15 | 15 | 4A |
| Octal | 312 | 267 | 255 | 0 | 11 | 16 | 25 | 25 | 25 | 112 |
| Binary | 11001010 | 10110111 | 10101101 | 0 | 1001 | 1110 | 10101 | 10101 | 10101 | 1001010 |
Color Harmonies of #CAB7AD
Complementary color
Monochromatic Colors of #CAB7AD
Black with #CAB7AD
Text Example
Text Example
White with #CAB7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB7AD; }
p { color: rgb(202,183,173); }
H1.HeaderClassName
{
color: #CAB7AD;
}
.AnyTagClassName
{
color: #CAB7AD;
}
</style>
background-color css
<style>
a { background-color: #CAB7AD; }
a { background-color: rgb(202,183,173); }
div.DivClassName
{
background-color: #CAB7AD;
}
.BgClassName
{
background-color: #CAB7AD;
}
</style>
border-color css
<style>
span { border-color: #CAB7AD; }
span { border-color: rgb(202,183,173); }
td.TdClassName
{
border-color: #CAB7AD;
}
.TagClassName
{
border-color: #CAB7AD;
}
</style>