Shades of Maverick #CAB7C0
Tints of Maverick #CAB7C0
RGB
CMYK
RGB Variations
Color information
#CAB7C0 (or 0xCAB7C0) is known color: Maverick. HEX triplet: CA, B7 and C0. RGB value is (202,183,192). Sum of RGB (Red+Green+Blue) = 202+183+192=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 183 (71.88% from 255 or 31.72% from 577); Blue value is 192 (75.39% from 255 or 33.28% from 577); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB7C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB7C0 is #35483F. Grayscale: #BDBDBD. Windows color (decimal): -3491904 or 12629962. OLE color: 12629962.
HSL color Cylindrical-coordinate representation of color #CAB7C0: hue angle of 331.58º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CAB7C0 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 183 | 192 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.21 |
| HSL | 331.58º | 0.15% | 0.75% | - |
| HSV(B) | 331.58º | 0.09% | 0.79% | - |
| XYZ | 50.81 | 50.23 | 56.89 | - |
| YUV | 189.71 | 129.29 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 183 | 192 | 0 | 0.09 | 0.05 | 0.21 | 331.58 | 0.15 | 0.75 |
| Hex | CA | B7 | C0 | 0 | 9 | 5 | 15 | 14C | F | 4B |
| Octal | 312 | 267 | 300 | 0 | 11 | 5 | 25 | 514 | 17 | 113 |
| Binary | 11001010 | 10110111 | 11000000 | 0 | 1001 | 101 | 10101 | 101001100 | 1111 | 1001011 |
Color Harmonies of #CAB7C0
Complementary color
Monochromatic Colors of #CAB7C0
Black with #CAB7C0
Text Example
Text Example
White with #CAB7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB7C0; }
p { color: rgb(202,183,192); }
H1.HeaderClassName
{
color: #CAB7C0;
}
.AnyTagClassName
{
color: #CAB7C0;
}
</style>
background-color css
<style>
a { background-color: #CAB7C0; }
a { background-color: rgb(202,183,192); }
div.DivClassName
{
background-color: #CAB7C0;
}
.BgClassName
{
background-color: #CAB7C0;
}
</style>
border-color css
<style>
span { border-color: #CAB7C0; }
span { border-color: rgb(202,183,192); }
td.TdClassName
{
border-color: #CAB7C0;
}
.TagClassName
{
border-color: #CAB7C0;
}
</style>