Shades of Maverick #CAB9C2
Tints of Maverick #CAB9C2
RGB
CMYK
RGB Variations
Color information
#CAB9C2 (or 0xCAB9C2) is known color: Maverick. HEX triplet: CA, B9 and C2. RGB value is (202,185,194). Sum of RGB (Red+Green+Blue) = 202+185+194=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 185 (72.66% from 255 or 31.84% from 581); Blue value is 194 (76.17% from 255 or 33.39% from 581); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB9C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB9C2 is #35463D. Grayscale: #BFBFBF. Windows color (decimal): -3491390 or 12761546. OLE color: 12761546.
HSL color Cylindrical-coordinate representation of color #CAB9C2: hue angle of 328.24º 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 #CAB9C2 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 185 | 194 | - |
CMYK | 0 | 0.08 | 0.04 | 0.21 |
HSL | 328.24º | 0.14% | 0.76% | - |
HSV(B) | 328.24º | 0.08% | 0.79% | - |
XYZ | 51.44 | 51.15 | 58.2 | - |
YUV | 191.11 | 129.63 | 135.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 185 | 194 | 0 | 0.08 | 0.04 | 0.21 | 328.24 | 0.14 | 0.76 |
Hex | CA | B9 | C2 | 0 | 8 | 4 | 15 | 148 | E | 4C |
Octal | 312 | 271 | 302 | 0 | 10 | 4 | 25 | 510 | 16 | 114 |
Binary | 11001010 | 10111001 | 11000010 | 0 | 1000 | 100 | 10101 | 101001000 | 1110 | 1001100 |
Color Harmonies of #CAB9C2
Complementary color
Monochromatic Colors of #CAB9C2
Black with #CAB9C2
Text Example
Text Example
White with #CAB9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB9C2; }
p { color: rgb(202,185,194); }
H1.HeaderClassName
{
color: #CAB9C2;
}
.AnyTagClassName
{
color: #CAB9C2;
}
</style>
background-color css
<style>
a { background-color: #CAB9C2; }
a { background-color: rgb(202,185,194); }
div.DivClassName
{
background-color: #CAB9C2;
}
.BgClassName
{
background-color: #CAB9C2;
}
</style>
border-color css
<style>
span { border-color: #CAB9C2; }
span { border-color: rgb(202,185,194); }
td.TdClassName
{
border-color: #CAB9C2;
}
.TagClassName
{
border-color: #CAB9C2;
}
</style>