Shades of Maverick #CABAC3
Tints of Maverick #CABAC3
RGB
CMYK
RGB Variations
Color information
#CABAC3 (or 0xCABAC3) is known color: Maverick. HEX triplet: CA, BA and C3. RGB value is (202,186,195). Sum of RGB (Red+Green+Blue) = 202+186+195=583 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.65% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 195 (76.56% from 255 or 33.45% from 583); Max value from RGB is 202 - color contains mainly: red. Hex color #CABAC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABAC3 is #35453C. Grayscale: #BFBFBF. Windows color (decimal): -3491133 or 12827338. OLE color: 12827338.
HSL color Cylindrical-coordinate representation of color #CABAC3: hue angle of 326.25º 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 #CABAC3 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 186 | 195 | - |
CMYK | 0 | 0.08 | 0.03 | 0.21 |
HSL | 326.25º | 0.13% | 0.76% | - |
HSV(B) | 326.25º | 0.08% | 0.79% | - |
XYZ | 51.77 | 51.61 | 58.86 | - |
YUV | 191.81 | 129.8 | 135.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 186 | 195 | 0 | 0.08 | 0.03 | 0.21 | 326.25 | 0.13 | 0.76 |
Hex | CA | BA | C3 | 0 | 8 | 3 | 15 | 146 | D | 4C |
Octal | 312 | 272 | 303 | 0 | 10 | 3 | 25 | 506 | 15 | 114 |
Binary | 11001010 | 10111010 | 11000011 | 0 | 1000 | 11 | 10101 | 101000110 | 1101 | 1001100 |
Color Harmonies of #CABAC3
Complementary color
Monochromatic Colors of #CABAC3
Black with #CABAC3
Text Example
Text Example
White with #CABAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABAC3; }
p { color: rgb(202,186,195); }
H1.HeaderClassName
{
color: #CABAC3;
}
.AnyTagClassName
{
color: #CABAC3;
}
</style>
background-color css
<style>
a { background-color: #CABAC3; }
a { background-color: rgb(202,186,195); }
div.DivClassName
{
background-color: #CABAC3;
}
.BgClassName
{
background-color: #CABAC3;
}
</style>
border-color css
<style>
span { border-color: #CABAC3; }
span { border-color: rgb(202,186,195); }
td.TdClassName
{
border-color: #CABAC3;
}
.TagClassName
{
border-color: #CABAC3;
}
</style>