Shades of Maverick #CAB2C3
Tints of Maverick #CAB2C3
RGB
CMYK
RGB Variations
Color information
#CAB2C3 (or 0xCAB2C3) is known color: Maverick. HEX triplet: CA, B2 and C3. RGB value is (202,178,195). Sum of RGB (Red+Green+Blue) = 202+178+195=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 178 (69.92% from 255 or 30.96% from 575); Blue value is 195 (76.56% from 255 or 33.91% from 575); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB2C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB2C3 is #354D3C. Grayscale: #BBBBBB. Windows color (decimal): -3493181 or 12825290. OLE color: 12825290.
HSL color Cylindrical-coordinate representation of color #CAB2C3: hue angle of 317.5º 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 #CAB2C3 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 178 | 195 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.21 |
| HSL | 317.5º | 0.18% | 0.75% | - |
| HSV(B) | 317.5º | 0.12% | 0.79% | - |
| XYZ | 50.13 | 48.34 | 58.32 | - |
| YUV | 187.11 | 132.45 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 178 | 195 | 0 | 0.12 | 0.03 | 0.21 | 317.5 | 0.18 | 0.75 |
| Hex | CA | B2 | C3 | 0 | C | 3 | 15 | 13E | 12 | 4B |
| Octal | 312 | 262 | 303 | 0 | 14 | 3 | 25 | 476 | 22 | 113 |
| Binary | 11001010 | 10110010 | 11000011 | 0 | 1100 | 11 | 10101 | 100111110 | 10010 | 1001011 |
Color Harmonies of #CAB2C3
Complementary color
Monochromatic Colors of #CAB2C3
Black with #CAB2C3
Text Example
Text Example
White with #CAB2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB2C3; }
p { color: rgb(202,178,195); }
H1.HeaderClassName
{
color: #CAB2C3;
}
.AnyTagClassName
{
color: #CAB2C3;
}
</style>
background-color css
<style>
a { background-color: #CAB2C3; }
a { background-color: rgb(202,178,195); }
div.DivClassName
{
background-color: #CAB2C3;
}
.BgClassName
{
background-color: #CAB2C3;
}
</style>
border-color css
<style>
span { border-color: #CAB2C3; }
span { border-color: rgb(202,178,195); }
td.TdClassName
{
border-color: #CAB2C3;
}
.TagClassName
{
border-color: #CAB2C3;
}
</style>