Shades of Maverick #CAB5C2
Tints of Maverick #CAB5C2
RGB
CMYK
RGB Variations
Color information
#CAB5C2 (or 0xCAB5C2) is known color: Maverick. HEX triplet: CA, B5 and C2. RGB value is (202,181,194). Sum of RGB (Red+Green+Blue) = 202+181+194=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 181 (71.09% from 255 or 31.37% from 577); Blue value is 194 (76.17% from 255 or 33.62% from 577); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB5C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB5C2 is #354A3D. Grayscale: #BCBCBC. Windows color (decimal): -3492414 or 12760522. OLE color: 12760522.
HSL color Cylindrical-coordinate representation of color #CAB5C2: hue angle of 322.86º degrees, saturation: 0.17, 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 #CAB5C2 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 181 | 194 | - |
CMYK | 0 | 0.10 | 0.04 | 0.21 |
HSL | 322.86º | 0.17% | 0.75% | - |
HSV(B) | 322.86º | 0.1% | 0.79% | - |
XYZ | 50.62 | 49.5 | 57.93 | - |
YUV | 188.76 | 130.96 | 137.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 181 | 194 | 0 | 0.10 | 0.04 | 0.21 | 322.86 | 0.17 | 0.75 |
Hex | CA | B5 | C2 | 0 | A | 4 | 15 | 143 | 11 | 4B |
Octal | 312 | 265 | 302 | 0 | 12 | 4 | 25 | 503 | 21 | 113 |
Binary | 11001010 | 10110101 | 11000010 | 0 | 1010 | 100 | 10101 | 101000011 | 10001 | 1001011 |
Color Harmonies of #CAB5C2
Complementary color
Monochromatic Colors of #CAB5C2
Black with #CAB5C2
Text Example
Text Example
White with #CAB5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB5C2; }
p { color: rgb(202,181,194); }
H1.HeaderClassName
{
color: #CAB5C2;
}
.AnyTagClassName
{
color: #CAB5C2;
}
</style>
background-color css
<style>
a { background-color: #CAB5C2; }
a { background-color: rgb(202,181,194); }
div.DivClassName
{
background-color: #CAB5C2;
}
.BgClassName
{
background-color: #CAB5C2;
}
</style>
border-color css
<style>
span { border-color: #CAB5C2; }
span { border-color: rgb(202,181,194); }
td.TdClassName
{
border-color: #CAB5C2;
}
.TagClassName
{
border-color: #CAB5C2;
}
</style>