Shades of Maverick #CAB1C0
Tints of Maverick #CAB1C0
RGB
CMYK
RGB Variations
Color information
#CAB1C0 (or 0xCAB1C0) is known color: Maverick. HEX triplet: CA, B1 and C0. RGB value is (202,177,192). Sum of RGB (Red+Green+Blue) = 202+177+192=571 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.38% from 571); Green value is 177 (69.53% from 255 or 31.00% from 571); Blue value is 192 (75.39% from 255 or 33.63% from 571); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB1C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB1C0 is #354E3F. Grayscale: #BABABA. Windows color (decimal): -3493440 or 12628426. OLE color: 12628426.
HSL color Cylindrical-coordinate representation of color #CAB1C0: hue angle of 324º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAB1C0 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 177 | 192 | - |
CMYK | 0 | 0.12 | 0.05 | 0.21 |
HSL | 324º | 0.19% | 0.74% | - |
HSV(B) | 324º | 0.12% | 0.79% | - |
XYZ | 49.59 | 47.81 | 56.48 | - |
YUV | 186.19 | 131.28 | 139.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 177 | 192 | 0 | 0.12 | 0.05 | 0.21 | 324 | 0.19 | 0.74 |
Hex | CA | B1 | C0 | 0 | C | 5 | 15 | 144 | 13 | 4A |
Octal | 312 | 261 | 300 | 0 | 14 | 5 | 25 | 504 | 23 | 112 |
Binary | 11001010 | 10110001 | 11000000 | 0 | 1100 | 101 | 10101 | 101000100 | 10011 | 1001010 |
Color Harmonies of #CAB1C0
Complementary color
Monochromatic Colors of #CAB1C0
Black with #CAB1C0
Text Example
Text Example
White with #CAB1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB1C0; }
p { color: rgb(202,177,192); }
H1.HeaderClassName
{
color: #CAB1C0;
}
.AnyTagClassName
{
color: #CAB1C0;
}
</style>
background-color css
<style>
a { background-color: #CAB1C0; }
a { background-color: rgb(202,177,192); }
div.DivClassName
{
background-color: #CAB1C0;
}
.BgClassName
{
background-color: #CAB1C0;
}
</style>
border-color css
<style>
span { border-color: #CAB1C0; }
span { border-color: rgb(202,177,192); }
td.TdClassName
{
border-color: #CAB1C0;
}
.TagClassName
{
border-color: #CAB1C0;
}
</style>