Shades of Wafer #CABAB4
Tints of Wafer #CABAB4
RGB
CMYK
RGB Variations
Color information
#CABAB4 (or 0xCABAB4) is known color: Wafer. HEX triplet: CA, BA and B4. RGB value is (202,186,180). Sum of RGB (Red+Green+Blue) = 202+186+180=568 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.56% from 568); Green value is 186 (73.05% from 255 or 32.75% from 568); Blue value is 180 (70.70% from 255 or 31.69% from 568); Max value from RGB is 202 - color contains mainly: red. Hex color #CABAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABAB4 is #35454B. Grayscale: #BEBEBE. Windows color (decimal): -3491148 or 11844298. OLE color: 11844298.
HSL color Cylindrical-coordinate representation of color #CABAB4: hue angle of 16.36º degrees, saturation: 0.17, 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 #CABAB4 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 186 | 180 | - |
CMYK | 0 | 0.08 | 0.11 | 0.21 |
HSL | 16.36º | 0.17% | 0.75% | - |
HSV(B) | 16.36º | 0.11% | 0.79% | - |
XYZ | 50.15 | 50.97 | 50.37 | - |
YUV | 190.1 | 122.3 | 136.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 186 | 180 | 0 | 0.08 | 0.11 | 0.21 | 16.36 | 0.17 | 0.75 |
Hex | CA | BA | B4 | 0 | 8 | B | 15 | 10 | 11 | 4B |
Octal | 312 | 272 | 264 | 0 | 10 | 13 | 25 | 20 | 21 | 113 |
Binary | 11001010 | 10111010 | 10110100 | 0 | 1000 | 1011 | 10101 | 10000 | 10001 | 1001011 |
Color Harmonies of #CABAB4
Complementary color
Monochromatic Colors of #CABAB4
Black with #CABAB4
Text Example
Text Example
White with #CABAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABAB4; }
p { color: rgb(202,186,180); }
H1.HeaderClassName
{
color: #CABAB4;
}
.AnyTagClassName
{
color: #CABAB4;
}
</style>
background-color css
<style>
a { background-color: #CABAB4; }
a { background-color: rgb(202,186,180); }
div.DivClassName
{
background-color: #CABAB4;
}
.BgClassName
{
background-color: #CABAB4;
}
</style>
border-color css
<style>
span { border-color: #CABAB4; }
span { border-color: rgb(202,186,180); }
td.TdClassName
{
border-color: #CABAB4;
}
.TagClassName
{
border-color: #CABAB4;
}
</style>