Shades of Maverick #CCBAC7
Tints of Maverick #CCBAC7
RGB
CMYK
RGB Variations
Color information
#CCBAC7 (or 0xCCBAC7) is known color: Maverick. HEX triplet: CC, BA and C7. RGB value is (204,186,199). Sum of RGB (Red+Green+Blue) = 204+186+199=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 199 (78.12% from 255 or 33.79% from 589); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBAC7 is #334538. Grayscale: #C0C0C0. Windows color (decimal): -3360057 or 13089484. OLE color: 13089484.
HSL color Cylindrical-coordinate representation of color #CCBAC7: hue angle of 316.67º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCBAC7 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 199 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.2 |
| HSL | 316.67º | 0.15% | 0.76% | - |
| HSV(B) | 316.67º | 0.09% | 0.8% | - |
| XYZ | 52.77 | 52.08 | 61.3 | - |
| YUV | 192.86 | 131.46 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 199 | 0 | 0.09 | 0.02 | 0.2 | 316.67 | 0.15 | 0.76 |
| Hex | CC | BA | C7 | 0 | 9 | 2 | 14 | 13D | F | 4C |
| Octal | 314 | 272 | 307 | 0 | 11 | 2 | 24 | 475 | 17 | 114 |
| Binary | 11001100 | 10111010 | 11000111 | 0 | 1001 | 10 | 10100 | 100111101 | 1111 | 1001100 |
Color Harmonies of #CCBAC7
Complementary color
Monochromatic Colors of #CCBAC7
Black with #CCBAC7
Text Example
Text Example
White with #CCBAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBAC7; }
p { color: rgb(204,186,199); }
H1.HeaderClassName
{
color: #CCBAC7;
}
.AnyTagClassName
{
color: #CCBAC7;
}
</style>
background-color css
<style>
a { background-color: #CCBAC7; }
a { background-color: rgb(204,186,199); }
div.DivClassName
{
background-color: #CCBAC7;
}
.BgClassName
{
background-color: #CCBAC7;
}
</style>
border-color css
<style>
span { border-color: #CCBAC7; }
span { border-color: rgb(204,186,199); }
td.TdClassName
{
border-color: #CCBAC7;
}
.TagClassName
{
border-color: #CCBAC7;
}
</style>