Shades of Maverick #CCBAC5
Tints of Maverick #CCBAC5
RGB
CMYK
RGB Variations
Color information
#CCBAC5 (or 0xCCBAC5) is known color: Maverick. HEX triplet: CC, BA and C5. RGB value is (204,186,197). Sum of RGB (Red+Green+Blue) = 204+186+197=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 186 (73.05% from 255 or 31.69% from 587); Blue value is 197 (77.34% from 255 or 33.56% from 587); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBAC5 is #33453A. Grayscale: #C0C0C0. Windows color (decimal): -3360059 or 12958412. OLE color: 12958412.
HSL color Cylindrical-coordinate representation of color #CCBAC5: hue angle of 323.33º 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 #CCBAC5 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 197 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.2 |
| HSL | 323.33º | 0.15% | 0.76% | - |
| HSV(B) | 323.33º | 0.09% | 0.8% | - |
| XYZ | 52.54 | 51.99 | 60.09 | - |
| YUV | 192.64 | 130.46 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 197 | 0 | 0.09 | 0.03 | 0.2 | 323.33 | 0.15 | 0.76 |
| Hex | CC | BA | C5 | 0 | 9 | 3 | 14 | 143 | F | 4C |
| Octal | 314 | 272 | 305 | 0 | 11 | 3 | 24 | 503 | 17 | 114 |
| Binary | 11001100 | 10111010 | 11000101 | 0 | 1001 | 11 | 10100 | 101000011 | 1111 | 1001100 |
Color Harmonies of #CCBAC5
Complementary color
Monochromatic Colors of #CCBAC5
Black with #CCBAC5
Text Example
Text Example
White with #CCBAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBAC5; }
p { color: rgb(204,186,197); }
H1.HeaderClassName
{
color: #CCBAC5;
}
.AnyTagClassName
{
color: #CCBAC5;
}
</style>
background-color css
<style>
a { background-color: #CCBAC5; }
a { background-color: rgb(204,186,197); }
div.DivClassName
{
background-color: #CCBAC5;
}
.BgClassName
{
background-color: #CCBAC5;
}
</style>
border-color css
<style>
span { border-color: #CCBAC5; }
span { border-color: rgb(204,186,197); }
td.TdClassName
{
border-color: #CCBAC5;
}
.TagClassName
{
border-color: #CCBAC5;
}
</style>