Shades of Maverick #CAB2C2
Tints of Maverick #CAB2C2
RGB
CMYK
RGB Variations
Color information
#CAB2C2 (or 0xCAB2C2) is known color: Maverick. HEX triplet: CA, B2 and C2. RGB value is (202,178,194). Sum of RGB (Red+Green+Blue) = 202+178+194=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 178 (69.92% from 255 or 31.01% from 574); Blue value is 194 (76.17% from 255 or 33.80% from 574); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB2C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB2C2 is #354D3D. Grayscale: #BABABA. Windows color (decimal): -3493182 or 12759754. OLE color: 12759754.
HSL color Cylindrical-coordinate representation of color #CAB2C2: hue angle of 320º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAB2C2 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 178 | 194 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.21 |
| HSL | 320º | 0.18% | 0.75% | - |
| HSV(B) | 320º | 0.12% | 0.79% | - |
| XYZ | 50.02 | 48.29 | 57.72 | - |
| YUV | 187 | 131.95 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 178 | 194 | 0 | 0.12 | 0.04 | 0.21 | 320 | 0.18 | 0.75 |
| Hex | CA | B2 | C2 | 0 | C | 4 | 15 | 140 | 12 | 4B |
| Octal | 312 | 262 | 302 | 0 | 14 | 4 | 25 | 500 | 22 | 113 |
| Binary | 11001010 | 10110010 | 11000010 | 0 | 1100 | 100 | 10101 | 101000000 | 10010 | 1001011 |
Color Harmonies of #CAB2C2
Complementary color
Monochromatic Colors of #CAB2C2
Black with #CAB2C2
Text Example
Text Example
White with #CAB2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB2C2; }
p { color: rgb(202,178,194); }
H1.HeaderClassName
{
color: #CAB2C2;
}
.AnyTagClassName
{
color: #CAB2C2;
}
</style>
background-color css
<style>
a { background-color: #CAB2C2; }
a { background-color: rgb(202,178,194); }
div.DivClassName
{
background-color: #CAB2C2;
}
.BgClassName
{
background-color: #CAB2C2;
}
</style>
border-color css
<style>
span { border-color: #CAB2C2; }
span { border-color: rgb(202,178,194); }
td.TdClassName
{
border-color: #CAB2C2;
}
.TagClassName
{
border-color: #CAB2C2;
}
</style>