Shades of Maverick #CABCC4
Tints of Maverick #CABCC4
RGB
CMYK
RGB Variations
Color information
#CABCC4 (or 0xCABCC4) is known color: Maverick. HEX triplet: CA, BC and C4. RGB value is (202,188,196). Sum of RGB (Red+Green+Blue) = 202+188+196=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 188 (73.83% from 255 or 32.08% from 586); Blue value is 196 (76.95% from 255 or 33.45% from 586); Max value from RGB is 202 - color contains mainly: red. Hex color #CABCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABCC4 is #35433B. Grayscale: #C1C1C1. Windows color (decimal): -3490620 or 12893386. OLE color: 12893386.
HSL color Cylindrical-coordinate representation of color #CABCC4: hue angle of 325.71º 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 #CABCC4 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 188 | 196 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.21 |
| HSL | 325.71º | 0.12% | 0.76% | - |
| HSV(B) | 325.71º | 0.07% | 0.79% | - |
| XYZ | 52.3 | 52.51 | 59.6 | - |
| YUV | 193.1 | 129.64 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 188 | 196 | 0 | 0.07 | 0.03 | 0.21 | 325.71 | 0.12 | 0.76 |
| Hex | CA | BC | C4 | 0 | 7 | 3 | 15 | 146 | C | 4C |
| Octal | 312 | 274 | 304 | 0 | 7 | 3 | 25 | 506 | 14 | 114 |
| Binary | 11001010 | 10111100 | 11000100 | 0 | 111 | 11 | 10101 | 101000110 | 1100 | 1001100 |
Color Harmonies of #CABCC4
Complementary color
Monochromatic Colors of #CABCC4
Black with #CABCC4
Text Example
Text Example
White with #CABCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABCC4; }
p { color: rgb(202,188,196); }
H1.HeaderClassName
{
color: #CABCC4;
}
.AnyTagClassName
{
color: #CABCC4;
}
</style>
background-color css
<style>
a { background-color: #CABCC4; }
a { background-color: rgb(202,188,196); }
div.DivClassName
{
background-color: #CABCC4;
}
.BgClassName
{
background-color: #CABCC4;
}
</style>
border-color css
<style>
span { border-color: #CABCC4; }
span { border-color: rgb(202,188,196); }
td.TdClassName
{
border-color: #CABCC4;
}
.TagClassName
{
border-color: #CABCC4;
}
</style>