Shades of Wafer #CABAB0
Tints of Wafer #CABAB0
RGB
CMYK
RGB Variations
Color information
#CABAB0 (or 0xCABAB0) is known color: Wafer. HEX triplet: CA, BA and B0. RGB value is (202,186,176). Sum of RGB (Red+Green+Blue) = 202+186+176=564 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.82% from 564); Green value is 186 (73.05% from 255 or 32.98% from 564); Blue value is 176 (69.14% from 255 or 31.21% from 564); Max value from RGB is 202 - color contains mainly: red. Hex color #CABAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABAB0 is #35454F. Grayscale: #BDBDBD. Windows color (decimal): -3491152 or 11582154. OLE color: 11582154.
HSL color Cylindrical-coordinate representation of color #CABAB0: hue angle of 23.08º 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 #CABAB0 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 176 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.21 |
| HSL | 23.08º | 0.2% | 0.74% | - |
| HSV(B) | 23.08º | 0.13% | 0.79% | - |
| XYZ | 49.75 | 50.81 | 48.26 | - |
| YUV | 189.64 | 120.3 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 176 | 0 | 0.08 | 0.13 | 0.21 | 23.08 | 0.2 | 0.74 |
| Hex | CA | BA | B0 | 0 | 8 | D | 15 | 17 | 14 | 4A |
| Octal | 312 | 272 | 260 | 0 | 10 | 15 | 25 | 27 | 24 | 112 |
| Binary | 11001010 | 10111010 | 10110000 | 0 | 1000 | 1101 | 10101 | 10111 | 10100 | 1001010 |
Color Harmonies of #CABAB0
Complementary color
Monochromatic Colors of #CABAB0
Black with #CABAB0
Text Example
Text Example
White with #CABAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABAB0; }
p { color: rgb(202,186,176); }
H1.HeaderClassName
{
color: #CABAB0;
}
.AnyTagClassName
{
color: #CABAB0;
}
</style>
background-color css
<style>
a { background-color: #CABAB0; }
a { background-color: rgb(202,186,176); }
div.DivClassName
{
background-color: #CABAB0;
}
.BgClassName
{
background-color: #CABAB0;
}
</style>
border-color css
<style>
span { border-color: #CABAB0; }
span { border-color: rgb(202,186,176); }
td.TdClassName
{
border-color: #CABAB0;
}
.TagClassName
{
border-color: #CABAB0;
}
</style>