Shades of Maverick #CABAC2
Tints of Maverick #CABAC2
RGB
CMYK
RGB Variations
Color information
#CABAC2 (or 0xCABAC2) is known color: Maverick. HEX triplet: CA, BA and C2. RGB value is (202,186,194). Sum of RGB (Red+Green+Blue) = 202+186+194=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 194 (76.17% from 255 or 33.33% from 582); Max value from RGB is 202 - color contains mainly: red. Hex color #CABAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABAC2 is #35453D. Grayscale: #BFBFBF. Windows color (decimal): -3491134 or 12761802. OLE color: 12761802.
HSL color Cylindrical-coordinate representation of color #CABAC2: hue angle of 330º degrees, saturation: 0.13, 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 #CABAC2 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 186 | 194 | - |
CMYK | 0 | 0.08 | 0.04 | 0.21 |
HSL | 330º | 0.13% | 0.76% | - |
HSV(B) | 330º | 0.08% | 0.79% | - |
XYZ | 51.65 | 51.57 | 58.27 | - |
YUV | 191.7 | 129.3 | 135.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 186 | 194 | 0 | 0.08 | 0.04 | 0.21 | 330 | 0.13 | 0.76 |
Hex | CA | BA | C2 | 0 | 8 | 4 | 15 | 14A | D | 4C |
Octal | 312 | 272 | 302 | 0 | 10 | 4 | 25 | 512 | 15 | 114 |
Binary | 11001010 | 10111010 | 11000010 | 0 | 1000 | 100 | 10101 | 101001010 | 1101 | 1001100 |
Color Harmonies of #CABAC2
Complementary color
Monochromatic Colors of #CABAC2
Black with #CABAC2
Text Example
Text Example
White with #CABAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABAC2; }
p { color: rgb(202,186,194); }
H1.HeaderClassName
{
color: #CABAC2;
}
.AnyTagClassName
{
color: #CABAC2;
}
</style>
background-color css
<style>
a { background-color: #CABAC2; }
a { background-color: rgb(202,186,194); }
div.DivClassName
{
background-color: #CABAC2;
}
.BgClassName
{
background-color: #CABAC2;
}
</style>
border-color css
<style>
span { border-color: #CABAC2; }
span { border-color: rgb(202,186,194); }
td.TdClassName
{
border-color: #CABAC2;
}
.TagClassName
{
border-color: #CABAC2;
}
</style>