Shades of Maverick #CAB0C2
Tints of Maverick #CAB0C2
RGB
CMYK
RGB Variations
Color information
#CAB0C2 (or 0xCAB0C2) is known color: Maverick. HEX triplet: CA, B0 and C2. RGB value is (202,176,194). Sum of RGB (Red+Green+Blue) = 202+176+194=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 176 (69.14% from 255 or 30.77% from 572); Blue value is 194 (76.17% from 255 or 33.92% from 572); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB0C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB0C2 is #354F3D. Grayscale: #B9B9B9. Windows color (decimal): -3493694 or 12759242. OLE color: 12759242.
HSL color Cylindrical-coordinate representation of color #CAB0C2: hue angle of 318.46º 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 #CAB0C2 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 176 | 194 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.21 |
| HSL | 318.46º | 0.2% | 0.74% | - |
| HSV(B) | 318.46º | 0.13% | 0.79% | - |
| XYZ | 49.62 | 47.5 | 57.59 | - |
| YUV | 185.83 | 132.61 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 176 | 194 | 0 | 0.13 | 0.04 | 0.21 | 318.46 | 0.2 | 0.74 |
| Hex | CA | B0 | C2 | 0 | D | 4 | 15 | 13E | 14 | 4A |
| Octal | 312 | 260 | 302 | 0 | 15 | 4 | 25 | 476 | 24 | 112 |
| Binary | 11001010 | 10110000 | 11000010 | 0 | 1101 | 100 | 10101 | 100111110 | 10100 | 1001010 |
Color Harmonies of #CAB0C2
Complementary color
Monochromatic Colors of #CAB0C2
Black with #CAB0C2
Text Example
Text Example
White with #CAB0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB0C2; }
p { color: rgb(202,176,194); }
H1.HeaderClassName
{
color: #CAB0C2;
}
.AnyTagClassName
{
color: #CAB0C2;
}
</style>
background-color css
<style>
a { background-color: #CAB0C2; }
a { background-color: rgb(202,176,194); }
div.DivClassName
{
background-color: #CAB0C2;
}
.BgClassName
{
background-color: #CAB0C2;
}
</style>
border-color css
<style>
span { border-color: #CAB0C2; }
span { border-color: rgb(202,176,194); }
td.TdClassName
{
border-color: #CAB0C2;
}
.TagClassName
{
border-color: #CAB0C2;
}
</style>