Shades of Wafer #CAB9B3
Tints of Wafer #CAB9B3
RGB
CMYK
RGB Variations
Color information
#CAB9B3 (or 0xCAB9B3) is known color: Wafer. HEX triplet: CA, B9 and B3. RGB value is (202,185,179). Sum of RGB (Red+Green+Blue) = 202+185+179=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 185 (72.66% from 255 or 32.69% from 566); Blue value is 179 (70.31% from 255 or 31.63% from 566); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB9B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB9B3 is #35464C. Grayscale: #BDBDBD. Windows color (decimal): -3491405 or 11778506. OLE color: 11778506.
HSL color Cylindrical-coordinate representation of color #CAB9B3: hue angle of 15.65º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CAB9B3 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 185 | 179 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.21 |
| HSL | 15.65º | 0.18% | 0.75% | - |
| HSV(B) | 15.65º | 0.11% | 0.79% | - |
| XYZ | 49.84 | 50.51 | 49.77 | - |
| YUV | 189.4 | 122.13 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 185 | 179 | 0 | 0.08 | 0.11 | 0.21 | 15.65 | 0.18 | 0.75 |
| Hex | CA | B9 | B3 | 0 | 8 | B | 15 | 10 | 12 | 4B |
| Octal | 312 | 271 | 263 | 0 | 10 | 13 | 25 | 20 | 22 | 113 |
| Binary | 11001010 | 10111001 | 10110011 | 0 | 1000 | 1011 | 10101 | 10000 | 10010 | 1001011 |
Color Harmonies of #CAB9B3
Complementary color
Monochromatic Colors of #CAB9B3
Black with #CAB9B3
Text Example
Text Example
White with #CAB9B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB9B3; }
p { color: rgb(202,185,179); }
H1.HeaderClassName
{
color: #CAB9B3;
}
.AnyTagClassName
{
color: #CAB9B3;
}
</style>
background-color css
<style>
a { background-color: #CAB9B3; }
a { background-color: rgb(202,185,179); }
div.DivClassName
{
background-color: #CAB9B3;
}
.BgClassName
{
background-color: #CAB9B3;
}
</style>
border-color css
<style>
span { border-color: #CAB9B3; }
span { border-color: rgb(202,185,179); }
td.TdClassName
{
border-color: #CAB9B3;
}
.TagClassName
{
border-color: #CAB9B3;
}
</style>