Shades of Maverick #CAB6C5
Tints of Maverick #CAB6C5
RGB
CMYK
RGB Variations
Color information
#CAB6C5 (or 0xCAB6C5) is known color: Maverick. HEX triplet: CA, B6 and C5. RGB value is (202,182,197). Sum of RGB (Red+Green+Blue) = 202+182+197=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 182 (71.48% from 255 or 31.33% from 581); Blue value is 197 (77.34% from 255 or 33.91% from 581); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB6C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB6C5 is #35493A. Grayscale: #BDBDBD. Windows color (decimal): -3492155 or 12957386. OLE color: 12957386.
HSL color Cylindrical-coordinate representation of color #CAB6C5: hue angle of 315º degrees, saturation: 0.16, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CAB6C5 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 182 | 197 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.21 |
| HSL | 315º | 0.16% | 0.75% | - |
| HSV(B) | 315º | 0.1% | 0.79% | - |
| XYZ | 51.16 | 50.04 | 59.79 | - |
| YUV | 189.69 | 132.13 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 182 | 197 | 0 | 0.10 | 0.02 | 0.21 | 315 | 0.16 | 0.75 |
| Hex | CA | B6 | C5 | 0 | A | 2 | 15 | 13B | 10 | 4B |
| Octal | 312 | 266 | 305 | 0 | 12 | 2 | 25 | 473 | 20 | 113 |
| Binary | 11001010 | 10110110 | 11000101 | 0 | 1010 | 10 | 10101 | 100111011 | 10000 | 1001011 |
Color Harmonies of #CAB6C5
Complementary color
Monochromatic Colors of #CAB6C5
Black with #CAB6C5
Text Example
Text Example
White with #CAB6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB6C5; }
p { color: rgb(202,182,197); }
H1.HeaderClassName
{
color: #CAB6C5;
}
.AnyTagClassName
{
color: #CAB6C5;
}
</style>
background-color css
<style>
a { background-color: #CAB6C5; }
a { background-color: rgb(202,182,197); }
div.DivClassName
{
background-color: #CAB6C5;
}
.BgClassName
{
background-color: #CAB6C5;
}
</style>
border-color css
<style>
span { border-color: #CAB6C5; }
span { border-color: rgb(202,182,197); }
td.TdClassName
{
border-color: #CAB6C5;
}
.TagClassName
{
border-color: #CAB6C5;
}
</style>