Shades of Maverick #CABCC5
Tints of Maverick #CABCC5
RGB
CMYK
RGB Variations
Color information
#CABCC5 (or 0xCABCC5) is known color: Maverick. HEX triplet: CA, BC and C5. RGB value is (202,188,197). Sum of RGB (Red+Green+Blue) = 202+188+197=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 197 (77.34% from 255 or 33.56% from 587); Max value from RGB is 202 - color contains mainly: red. Hex color #CABCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABCC5 is #35433A. Grayscale: #C1C1C1. Windows color (decimal): -3490619 or 12958922. OLE color: 12958922.
HSL color Cylindrical-coordinate representation of color #CABCC5: hue angle of 321.43º 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 #CABCC5 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 188 | 197 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.21 |
| HSL | 321.43º | 0.12% | 0.76% | - |
| HSV(B) | 321.43º | 0.07% | 0.79% | - |
| XYZ | 52.42 | 52.55 | 60.2 | - |
| YUV | 193.21 | 130.14 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 188 | 197 | 0 | 0.07 | 0.02 | 0.21 | 321.43 | 0.12 | 0.76 |
| Hex | CA | BC | C5 | 0 | 7 | 2 | 15 | 141 | C | 4C |
| Octal | 312 | 274 | 305 | 0 | 7 | 2 | 25 | 501 | 14 | 114 |
| Binary | 11001010 | 10111100 | 11000101 | 0 | 111 | 10 | 10101 | 101000001 | 1100 | 1001100 |
Color Harmonies of #CABCC5
Complementary color
Monochromatic Colors of #CABCC5
Black with #CABCC5
Text Example
Text Example
White with #CABCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABCC5; }
p { color: rgb(202,188,197); }
H1.HeaderClassName
{
color: #CABCC5;
}
.AnyTagClassName
{
color: #CABCC5;
}
</style>
background-color css
<style>
a { background-color: #CABCC5; }
a { background-color: rgb(202,188,197); }
div.DivClassName
{
background-color: #CABCC5;
}
.BgClassName
{
background-color: #CABCC5;
}
</style>
border-color css
<style>
span { border-color: #CABCC5; }
span { border-color: rgb(202,188,197); }
td.TdClassName
{
border-color: #CABCC5;
}
.TagClassName
{
border-color: #CABCC5;
}
</style>