Shades of Maverick #CAB4C2
Tints of Maverick #CAB4C2
RGB
CMYK
RGB Variations
Color information
#CAB4C2 (or 0xCAB4C2) is known color: Maverick. HEX triplet: CA, B4 and C2. RGB value is (202,180,194). Sum of RGB (Red+Green+Blue) = 202+180+194=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 180 (70.70% from 255 or 31.25% from 576); Blue value is 194 (76.17% from 255 or 33.68% from 576); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB4C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB4C2 is #354B3D. Grayscale: #BCBCBC. Windows color (decimal): -3492670 or 12760266. OLE color: 12760266.
HSL color Cylindrical-coordinate representation of color #CAB4C2: hue angle of 321.82º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CAB4C2 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 180 | 194 | - |
CMYK | 0 | 0.11 | 0.04 | 0.21 |
HSL | 321.82º | 0.17% | 0.75% | - |
HSV(B) | 321.82º | 0.11% | 0.79% | - |
XYZ | 50.42 | 49.09 | 57.86 | - |
YUV | 188.17 | 131.29 | 137.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 180 | 194 | 0 | 0.11 | 0.04 | 0.21 | 321.82 | 0.17 | 0.75 |
Hex | CA | B4 | C2 | 0 | B | 4 | 15 | 142 | 11 | 4B |
Octal | 312 | 264 | 302 | 0 | 13 | 4 | 25 | 502 | 21 | 113 |
Binary | 11001010 | 10110100 | 11000010 | 0 | 1011 | 100 | 10101 | 101000010 | 10001 | 1001011 |
Color Harmonies of #CAB4C2
Complementary color
Monochromatic Colors of #CAB4C2
Black with #CAB4C2
Text Example
Text Example
White with #CAB4C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB4C2; }
p { color: rgb(202,180,194); }
H1.HeaderClassName
{
color: #CAB4C2;
}
.AnyTagClassName
{
color: #CAB4C2;
}
</style>
background-color css
<style>
a { background-color: #CAB4C2; }
a { background-color: rgb(202,180,194); }
div.DivClassName
{
background-color: #CAB4C2;
}
.BgClassName
{
background-color: #CAB4C2;
}
</style>
border-color css
<style>
span { border-color: #CAB4C2; }
span { border-color: rgb(202,180,194); }
td.TdClassName
{
border-color: #CAB4C2;
}
.TagClassName
{
border-color: #CAB4C2;
}
</style>