Shades of Maverick #CABBC2
Tints of Maverick #CABBC2
RGB
CMYK
RGB Variations
Color information
#CABBC2 (or 0xCABBC2) is known color: Maverick. HEX triplet: CA, BB and C2. RGB value is (202,187,194). Sum of RGB (Red+Green+Blue) = 202+187+194=583 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.65% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 194 (76.17% from 255 or 33.28% from 583); Max value from RGB is 202 - color contains mainly: red. Hex color #CABBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBC2 is #35443D. Grayscale: #C0C0C0. Windows color (decimal): -3490878 or 12762058. OLE color: 12762058.
HSL color Cylindrical-coordinate representation of color #CABBC2: hue angle of 332º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CABBC2 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 187 | 194 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.21 |
| HSL | 332º | 0.12% | 0.76% | - |
| HSV(B) | 332º | 0.07% | 0.79% | - |
| XYZ | 51.87 | 51.99 | 58.34 | - |
| YUV | 192.28 | 128.97 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 194 | 0 | 0.07 | 0.04 | 0.21 | 332 | 0.12 | 0.76 |
| Hex | CA | BB | C2 | 0 | 7 | 4 | 15 | 14C | C | 4C |
| Octal | 312 | 273 | 302 | 0 | 7 | 4 | 25 | 514 | 14 | 114 |
| Binary | 11001010 | 10111011 | 11000010 | 0 | 111 | 100 | 10101 | 101001100 | 1100 | 1001100 |
Color Harmonies of #CABBC2
Complementary color
Monochromatic Colors of #CABBC2
Black with #CABBC2
Text Example
Text Example
White with #CABBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABBC2; }
p { color: rgb(202,187,194); }
H1.HeaderClassName
{
color: #CABBC2;
}
.AnyTagClassName
{
color: #CABBC2;
}
</style>
background-color css
<style>
a { background-color: #CABBC2; }
a { background-color: rgb(202,187,194); }
div.DivClassName
{
background-color: #CABBC2;
}
.BgClassName
{
background-color: #CABBC2;
}
</style>
border-color css
<style>
span { border-color: #CABBC2; }
span { border-color: rgb(202,187,194); }
td.TdClassName
{
border-color: #CABBC2;
}
.TagClassName
{
border-color: #CABBC2;
}
</style>