Shades of Maverick #CAB1C5
Tints of Maverick #CAB1C5
RGB
CMYK
RGB Variations
Color information
#CAB1C5 (or 0xCAB1C5) is known color: Maverick. HEX triplet: CA, B1 and C5. RGB value is (202,177,197). Sum of RGB (Red+Green+Blue) = 202+177+197=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 177 (69.53% from 255 or 30.73% from 576); Blue value is 197 (77.34% from 255 or 34.20% from 576); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB1C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB1C5 is #354E3A. Grayscale: #BABABA. Windows color (decimal): -3493435 or 12956106. OLE color: 12956106.
HSL color Cylindrical-coordinate representation of color #CAB1C5: hue angle of 312º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAB1C5 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 177 | 197 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.21 |
| HSL | 312º | 0.19% | 0.74% | - |
| HSV(B) | 312º | 0.12% | 0.79% | - |
| XYZ | 50.16 | 48.03 | 59.45 | - |
| YUV | 186.76 | 133.78 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 177 | 197 | 0 | 0.12 | 0.02 | 0.21 | 312 | 0.19 | 0.74 |
| Hex | CA | B1 | C5 | 0 | C | 2 | 15 | 138 | 13 | 4A |
| Octal | 312 | 261 | 305 | 0 | 14 | 2 | 25 | 470 | 23 | 112 |
| Binary | 11001010 | 10110001 | 11000101 | 0 | 1100 | 10 | 10101 | 100111000 | 10011 | 1001010 |
Color Harmonies of #CAB1C5
Complementary color
Monochromatic Colors of #CAB1C5
Black with #CAB1C5
Text Example
Text Example
White with #CAB1C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB1C5; }
p { color: rgb(202,177,197); }
H1.HeaderClassName
{
color: #CAB1C5;
}
.AnyTagClassName
{
color: #CAB1C5;
}
</style>
background-color css
<style>
a { background-color: #CAB1C5; }
a { background-color: rgb(202,177,197); }
div.DivClassName
{
background-color: #CAB1C5;
}
.BgClassName
{
background-color: #CAB1C5;
}
</style>
border-color css
<style>
span { border-color: #CAB1C5; }
span { border-color: rgb(202,177,197); }
td.TdClassName
{
border-color: #CAB1C5;
}
.TagClassName
{
border-color: #CAB1C5;
}
</style>