Shades of Maverick #CABBC5
Tints of Maverick #CABBC5
RGB
CMYK
RGB Variations
Color information
#CABBC5 (or 0xCABBC5) is known color: Maverick. HEX triplet: CA, BB and C5. RGB value is (202,187,197). Sum of RGB (Red+Green+Blue) = 202+187+197=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 197 (77.34% from 255 or 33.62% from 586); Max value from RGB is 202 - color contains mainly: red. Hex color #CABBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBC5 is #35443A. Grayscale: #C0C0C0. Windows color (decimal): -3490875 or 12958666. OLE color: 12958666.
HSL color Cylindrical-coordinate representation of color #CABBC5: hue angle of 320º 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 #CABBC5 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 187 | 197 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.21 |
| HSL | 320º | 0.12% | 0.76% | - |
| HSV(B) | 320º | 0.07% | 0.79% | - |
| XYZ | 52.21 | 52.13 | 60.13 | - |
| YUV | 192.63 | 130.47 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 197 | 0 | 0.07 | 0.02 | 0.21 | 320 | 0.12 | 0.76 |
| Hex | CA | BB | C5 | 0 | 7 | 2 | 15 | 140 | C | 4C |
| Octal | 312 | 273 | 305 | 0 | 7 | 2 | 25 | 500 | 14 | 114 |
| Binary | 11001010 | 10111011 | 11000101 | 0 | 111 | 10 | 10101 | 101000000 | 1100 | 1001100 |
Color Harmonies of #CABBC5
Complementary color
Monochromatic Colors of #CABBC5
Black with #CABBC5
Text Example
Text Example
White with #CABBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABBC5; }
p { color: rgb(202,187,197); }
H1.HeaderClassName
{
color: #CABBC5;
}
.AnyTagClassName
{
color: #CABBC5;
}
</style>
background-color css
<style>
a { background-color: #CABBC5; }
a { background-color: rgb(202,187,197); }
div.DivClassName
{
background-color: #CABBC5;
}
.BgClassName
{
background-color: #CABBC5;
}
</style>
border-color css
<style>
span { border-color: #CABBC5; }
span { border-color: rgb(202,187,197); }
td.TdClassName
{
border-color: #CABBC5;
}
.TagClassName
{
border-color: #CABBC5;
}
</style>