Shades of Maverick #CAB1C2
Tints of Maverick #CAB1C2
RGB
CMYK
RGB Variations
Color information
#CAB1C2 (or 0xCAB1C2) is known color: Maverick. HEX triplet: CA, B1 and C2. RGB value is (202,177,194). Sum of RGB (Red+Green+Blue) = 202+177+194=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 177 (69.53% from 255 or 30.89% from 573); Blue value is 194 (76.17% from 255 or 33.86% from 573); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB1C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB1C2 is #354E3D. Grayscale: #BABABA. Windows color (decimal): -3493438 or 12759498. OLE color: 12759498.
HSL color Cylindrical-coordinate representation of color #CAB1C2: hue angle of 319.2º 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 #CAB1C2 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 177 | 194 | - |
CMYK | 0 | 0.12 | 0.04 | 0.21 |
HSL | 319.2º | 0.19% | 0.74% | - |
HSV(B) | 319.2º | 0.12% | 0.79% | - |
XYZ | 49.82 | 47.9 | 57.66 | - |
YUV | 186.41 | 132.28 | 139.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 177 | 194 | 0 | 0.12 | 0.04 | 0.21 | 319.2 | 0.19 | 0.74 |
Hex | CA | B1 | C2 | 0 | C | 4 | 15 | 13F | 13 | 4A |
Octal | 312 | 261 | 302 | 0 | 14 | 4 | 25 | 477 | 23 | 112 |
Binary | 11001010 | 10110001 | 11000010 | 0 | 1100 | 100 | 10101 | 100111111 | 10011 | 1001010 |
Color Harmonies of #CAB1C2
Complementary color
Monochromatic Colors of #CAB1C2
Black with #CAB1C2
Text Example
Text Example
White with #CAB1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB1C2; }
p { color: rgb(202,177,194); }
H1.HeaderClassName
{
color: #CAB1C2;
}
.AnyTagClassName
{
color: #CAB1C2;
}
</style>
background-color css
<style>
a { background-color: #CAB1C2; }
a { background-color: rgb(202,177,194); }
div.DivClassName
{
background-color: #CAB1C2;
}
.BgClassName
{
background-color: #CAB1C2;
}
</style>
border-color css
<style>
span { border-color: #CAB1C2; }
span { border-color: rgb(202,177,194); }
td.TdClassName
{
border-color: #CAB1C2;
}
.TagClassName
{
border-color: #CAB1C2;
}
</style>