Shades of Maverick #CAB9C1
Tints of Maverick #CAB9C1
RGB
CMYK
RGB Variations
Color information
#CAB9C1 (or 0xCAB9C1) is known color: Maverick. HEX triplet: CA, B9 and C1. RGB value is (202,185,193). Sum of RGB (Red+Green+Blue) = 202+185+193=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 185 (72.66% from 255 or 31.90% from 580); Blue value is 193 (75.78% from 255 or 33.28% from 580); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB9C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB9C1 is #35463E. Grayscale: #BEBEBE. Windows color (decimal): -3491391 or 12696010. OLE color: 12696010.
HSL color Cylindrical-coordinate representation of color #CAB9C1: hue angle of 331.76º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CAB9C1 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 185 | 193 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.21 |
| HSL | 331.76º | 0.14% | 0.76% | - |
| HSV(B) | 331.76º | 0.08% | 0.79% | - |
| XYZ | 51.33 | 51.1 | 57.61 | - |
| YUV | 191 | 129.13 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 185 | 193 | 0 | 0.08 | 0.04 | 0.21 | 331.76 | 0.14 | 0.76 |
| Hex | CA | B9 | C1 | 0 | 8 | 4 | 15 | 14C | E | 4C |
| Octal | 312 | 271 | 301 | 0 | 10 | 4 | 25 | 514 | 16 | 114 |
| Binary | 11001010 | 10111001 | 11000001 | 0 | 1000 | 100 | 10101 | 101001100 | 1110 | 1001100 |
Color Harmonies of #CAB9C1
Complementary color
Monochromatic Colors of #CAB9C1
Black with #CAB9C1
Text Example
Text Example
White with #CAB9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB9C1; }
p { color: rgb(202,185,193); }
H1.HeaderClassName
{
color: #CAB9C1;
}
.AnyTagClassName
{
color: #CAB9C1;
}
</style>
background-color css
<style>
a { background-color: #CAB9C1; }
a { background-color: rgb(202,185,193); }
div.DivClassName
{
background-color: #CAB9C1;
}
.BgClassName
{
background-color: #CAB9C1;
}
</style>
border-color css
<style>
span { border-color: #CAB9C1; }
span { border-color: rgb(202,185,193); }
td.TdClassName
{
border-color: #CAB9C1;
}
.TagClassName
{
border-color: #CAB9C1;
}
</style>