Shades of Maverick #CAB0C5
Tints of Maverick #CAB0C5
RGB
CMYK
RGB Variations
Color information
#CAB0C5 (or 0xCAB0C5) is known color: Maverick. HEX triplet: CA, B0 and C5. RGB value is (202,176,197). Sum of RGB (Red+Green+Blue) = 202+176+197=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 176 (69.14% from 255 or 30.61% from 575); Blue value is 197 (77.34% from 255 or 34.26% from 575); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB0C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB0C5 is #354F3A. Grayscale: #BABABA. Windows color (decimal): -3493691 or 12955850. OLE color: 12955850.
HSL color Cylindrical-coordinate representation of color #CAB0C5: hue angle of 311.54º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CAB0C5 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 176 | 197 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.21 |
| HSL | 311.54º | 0.2% | 0.74% | - |
| HSV(B) | 311.54º | 0.13% | 0.79% | - |
| XYZ | 49.96 | 47.64 | 59.39 | - |
| YUV | 186.17 | 134.11 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 176 | 197 | 0 | 0.13 | 0.02 | 0.21 | 311.54 | 0.2 | 0.74 |
| Hex | CA | B0 | C5 | 0 | D | 2 | 15 | 138 | 14 | 4A |
| Octal | 312 | 260 | 305 | 0 | 15 | 2 | 25 | 470 | 24 | 112 |
| Binary | 11001010 | 10110000 | 11000101 | 0 | 1101 | 10 | 10101 | 100111000 | 10100 | 1001010 |
Color Harmonies of #CAB0C5
Complementary color
Monochromatic Colors of #CAB0C5
Black with #CAB0C5
Text Example
Text Example
White with #CAB0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB0C5; }
p { color: rgb(202,176,197); }
H1.HeaderClassName
{
color: #CAB0C5;
}
.AnyTagClassName
{
color: #CAB0C5;
}
</style>
background-color css
<style>
a { background-color: #CAB0C5; }
a { background-color: rgb(202,176,197); }
div.DivClassName
{
background-color: #CAB0C5;
}
.BgClassName
{
background-color: #CAB0C5;
}
</style>
border-color css
<style>
span { border-color: #CAB0C5; }
span { border-color: rgb(202,176,197); }
td.TdClassName
{
border-color: #CAB0C5;
}
.TagClassName
{
border-color: #CAB0C5;
}
</style>