Shades of Maverick #CAB8C1
Tints of Maverick #CAB8C1
RGB
CMYK
RGB Variations
Color information
#CAB8C1 (or 0xCAB8C1) is known color: Maverick. HEX triplet: CA, B8 and C1. RGB value is (202,184,193). Sum of RGB (Red+Green+Blue) = 202+184+193=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 184 (72.27% from 255 or 31.78% from 579); Blue value is 193 (75.78% from 255 or 33.33% from 579); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB8C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB8C1 is #35473E. Grayscale: #BEBEBE. Windows color (decimal): -3491647 or 12695754. OLE color: 12695754.
HSL color Cylindrical-coordinate representation of color #CAB8C1: hue angle of 330º 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 #CAB8C1 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 184 | 193 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.21 |
| HSL | 330º | 0.15% | 0.76% | - |
| HSV(B) | 330º | 0.09% | 0.79% | - |
| XYZ | 51.12 | 50.69 | 57.54 | - |
| YUV | 190.41 | 129.46 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 193 | 0 | 0.09 | 0.04 | 0.21 | 330 | 0.15 | 0.76 |
| Hex | CA | B8 | C1 | 0 | 9 | 4 | 15 | 14A | F | 4C |
| Octal | 312 | 270 | 301 | 0 | 11 | 4 | 25 | 512 | 17 | 114 |
| Binary | 11001010 | 10111000 | 11000001 | 0 | 1001 | 100 | 10101 | 101001010 | 1111 | 1001100 |
Color Harmonies of #CAB8C1
Complementary color
Monochromatic Colors of #CAB8C1
Black with #CAB8C1
Text Example
Text Example
White with #CAB8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB8C1; }
p { color: rgb(202,184,193); }
H1.HeaderClassName
{
color: #CAB8C1;
}
.AnyTagClassName
{
color: #CAB8C1;
}
</style>
background-color css
<style>
a { background-color: #CAB8C1; }
a { background-color: rgb(202,184,193); }
div.DivClassName
{
background-color: #CAB8C1;
}
.BgClassName
{
background-color: #CAB8C1;
}
</style>
border-color css
<style>
span { border-color: #CAB8C1; }
span { border-color: rgb(202,184,193); }
td.TdClassName
{
border-color: #CAB8C1;
}
.TagClassName
{
border-color: #CAB8C1;
}
</style>