Shades of Maverick #CAB8C3
Tints of Maverick #CAB8C3
RGB
CMYK
RGB Variations
Color information
#CAB8C3 (or 0xCAB8C3) is known color: Maverick. HEX triplet: CA, B8 and C3. RGB value is (202,184,195). Sum of RGB (Red+Green+Blue) = 202+184+195=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 184 (72.27% from 255 or 31.67% from 581); Blue value is 195 (76.56% from 255 or 33.56% from 581); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB8C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB8C3 is #35473C. Grayscale: #BEBEBE. Windows color (decimal): -3491645 or 12826826. OLE color: 12826826.
HSL color Cylindrical-coordinate representation of color #CAB8C3: hue angle of 323.33º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CAB8C3 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 184 | 195 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.21 |
| HSL | 323.33º | 0.15% | 0.76% | - |
| HSV(B) | 323.33º | 0.09% | 0.79% | - |
| XYZ | 51.35 | 50.78 | 58.72 | - |
| YUV | 190.64 | 130.46 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 195 | 0 | 0.09 | 0.03 | 0.21 | 323.33 | 0.15 | 0.76 |
| Hex | CA | B8 | C3 | 0 | 9 | 3 | 15 | 143 | F | 4C |
| Octal | 312 | 270 | 303 | 0 | 11 | 3 | 25 | 503 | 17 | 114 |
| Binary | 11001010 | 10111000 | 11000011 | 0 | 1001 | 11 | 10101 | 101000011 | 1111 | 1001100 |
Color Harmonies of #CAB8C3
Complementary color
Monochromatic Colors of #CAB8C3
Black with #CAB8C3
Text Example
Text Example
White with #CAB8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB8C3; }
p { color: rgb(202,184,195); }
H1.HeaderClassName
{
color: #CAB8C3;
}
.AnyTagClassName
{
color: #CAB8C3;
}
</style>
background-color css
<style>
a { background-color: #CAB8C3; }
a { background-color: rgb(202,184,195); }
div.DivClassName
{
background-color: #CAB8C3;
}
.BgClassName
{
background-color: #CAB8C3;
}
</style>
border-color css
<style>
span { border-color: #CAB8C3; }
span { border-color: rgb(202,184,195); }
td.TdClassName
{
border-color: #CAB8C3;
}
.TagClassName
{
border-color: #CAB8C3;
}
</style>