Shades of Maverick #CABAC6
Tints of Maverick #CABAC6
RGB
CMYK
RGB Variations
Color information
#CABAC6 (or 0xCABAC6) is known color: Maverick. HEX triplet: CA, BA and C6. RGB value is (202,186,198). Sum of RGB (Red+Green+Blue) = 202+186+198=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 198 (77.73% from 255 or 33.79% from 586); Max value from RGB is 202 - color contains mainly: red. Hex color #CABAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABAC6 is #354539. Grayscale: #C0C0C0. Windows color (decimal): -3491130 or 13023946. OLE color: 13023946.
HSL color Cylindrical-coordinate representation of color #CABAC6: hue angle of 315º 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 #CABAC6 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 198 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.21 |
| HSL | 315º | 0.13% | 0.76% | - |
| HSV(B) | 315º | 0.08% | 0.79% | - |
| XYZ | 52.11 | 51.75 | 60.67 | - |
| YUV | 192.15 | 131.3 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 198 | 0 | 0.08 | 0.02 | 0.21 | 315 | 0.13 | 0.76 |
| Hex | CA | BA | C6 | 0 | 8 | 2 | 15 | 13B | D | 4C |
| Octal | 312 | 272 | 306 | 0 | 10 | 2 | 25 | 473 | 15 | 114 |
| Binary | 11001010 | 10111010 | 11000110 | 0 | 1000 | 10 | 10101 | 100111011 | 1101 | 1001100 |
Color Harmonies of #CABAC6
Complementary color
Monochromatic Colors of #CABAC6
Black with #CABAC6
Text Example
Text Example
White with #CABAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABAC6; }
p { color: rgb(202,186,198); }
H1.HeaderClassName
{
color: #CABAC6;
}
.AnyTagClassName
{
color: #CABAC6;
}
</style>
background-color css
<style>
a { background-color: #CABAC6; }
a { background-color: rgb(202,186,198); }
div.DivClassName
{
background-color: #CABAC6;
}
.BgClassName
{
background-color: #CABAC6;
}
</style>
border-color css
<style>
span { border-color: #CABAC6; }
span { border-color: rgb(202,186,198); }
td.TdClassName
{
border-color: #CABAC6;
}
.TagClassName
{
border-color: #CABAC6;
}
</style>