Shades of Maverick #CABCC7
Tints of Maverick #CABCC7
RGB
CMYK
RGB Variations
Color information
#CABCC7 (or 0xCABCC7) is known color: Maverick. HEX triplet: CA, BC and C7. RGB value is (202,188,199). Sum of RGB (Red+Green+Blue) = 202+188+199=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 199 (78.12% from 255 or 33.79% from 589); Max value from RGB is 202 - color contains mainly: red. Hex color #CABCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABCC7 is #354338. Grayscale: #C1C1C1. Windows color (decimal): -3490617 or 13089994. OLE color: 13089994.
HSL color Cylindrical-coordinate representation of color #CABCC7: hue angle of 312.86º 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 #CABCC7 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 188 | 199 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.21 |
| HSL | 312.86º | 0.12% | 0.76% | - |
| HSV(B) | 312.86º | 0.07% | 0.79% | - |
| XYZ | 52.65 | 52.65 | 61.42 | - |
| YUV | 193.44 | 131.14 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 188 | 199 | 0 | 0.07 | 0.01 | 0.21 | 312.86 | 0.12 | 0.76 |
| Hex | CA | BC | C7 | 0 | 7 | 1 | 15 | 139 | C | 4C |
| Octal | 312 | 274 | 307 | 0 | 7 | 1 | 25 | 471 | 14 | 114 |
| Binary | 11001010 | 10111100 | 11000111 | 0 | 111 | 1 | 10101 | 100111001 | 1100 | 1001100 |
Color Harmonies of #CABCC7
Complementary color
Monochromatic Colors of #CABCC7
Black with #CABCC7
Text Example
Text Example
White with #CABCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABCC7; }
p { color: rgb(202,188,199); }
H1.HeaderClassName
{
color: #CABCC7;
}
.AnyTagClassName
{
color: #CABCC7;
}
</style>
background-color css
<style>
a { background-color: #CABCC7; }
a { background-color: rgb(202,188,199); }
div.DivClassName
{
background-color: #CABCC7;
}
.BgClassName
{
background-color: #CABCC7;
}
</style>
border-color css
<style>
span { border-color: #CABCC7; }
span { border-color: rgb(202,188,199); }
td.TdClassName
{
border-color: #CABCC7;
}
.TagClassName
{
border-color: #CABCC7;
}
</style>