Shades of Maverick #CCB4C0
Tints of Maverick #CCB4C0
RGB
CMYK
RGB Variations
Color information
#CCB4C0 (or 0xCCB4C0) is known color: Maverick. HEX triplet: CC, B4 and C0. RGB value is (204,180,192). Sum of RGB (Red+Green+Blue) = 204+180+192=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 180 (70.70% from 255 or 31.25% from 576); Blue value is 192 (75.39% from 255 or 33.33% from 576); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB4C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB4C0 is #334B3F. Grayscale: #BCBCBC. Windows color (decimal): -3361600 or 12629196. OLE color: 12629196.
HSL color Cylindrical-coordinate representation of color #CCB4C0: hue angle of 330º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCB4C0 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 180 | 192 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.2 |
| HSL | 330º | 0.19% | 0.75% | - |
| HSV(B) | 330º | 0.12% | 0.8% | - |
| XYZ | 50.74 | 49.29 | 56.71 | - |
| YUV | 188.54 | 129.95 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 192 | 0 | 0.12 | 0.06 | 0.2 | 330 | 0.19 | 0.75 |
| Hex | CC | B4 | C0 | 0 | C | 6 | 14 | 14A | 13 | 4B |
| Octal | 314 | 264 | 300 | 0 | 14 | 6 | 24 | 512 | 23 | 113 |
| Binary | 11001100 | 10110100 | 11000000 | 0 | 1100 | 110 | 10100 | 101001010 | 10011 | 1001011 |
Color Harmonies of #CCB4C0
Complementary color
Monochromatic Colors of #CCB4C0
Black with #CCB4C0
Text Example
Text Example
White with #CCB4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB4C0; }
p { color: rgb(204,180,192); }
H1.HeaderClassName
{
color: #CCB4C0;
}
.AnyTagClassName
{
color: #CCB4C0;
}
</style>
background-color css
<style>
a { background-color: #CCB4C0; }
a { background-color: rgb(204,180,192); }
div.DivClassName
{
background-color: #CCB4C0;
}
.BgClassName
{
background-color: #CCB4C0;
}
</style>
border-color css
<style>
span { border-color: #CCB4C0; }
span { border-color: rgb(204,180,192); }
td.TdClassName
{
border-color: #CCB4C0;
}
.TagClassName
{
border-color: #CCB4C0;
}
</style>