Shades of Maverick #CCB0C0
Tints of Maverick #CCB0C0
RGB
CMYK
RGB Variations
Color information
#CCB0C0 (or 0xCCB0C0) is known color: Maverick. HEX triplet: CC, B0 and C0. RGB value is (204,176,192). Sum of RGB (Red+Green+Blue) = 204+176+192=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 176 (69.14% from 255 or 30.77% from 572); Blue value is 192 (75.39% from 255 or 33.57% from 572); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB0C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB0C0 is #334F3F. Grayscale: #BABABA. Windows color (decimal): -3362624 or 12628172. OLE color: 12628172.
HSL color Cylindrical-coordinate representation of color #CCB0C0: hue angle of 325.71º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCB0C0 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 176 | 192 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.2 |
| HSL | 325.71º | 0.22% | 0.75% | - |
| HSV(B) | 325.71º | 0.14% | 0.8% | - |
| XYZ | 49.94 | 47.69 | 56.44 | - |
| YUV | 186.2 | 131.28 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 176 | 192 | 0 | 0.14 | 0.06 | 0.2 | 325.71 | 0.22 | 0.75 |
| Hex | CC | B0 | C0 | 0 | E | 6 | 14 | 146 | 16 | 4B |
| Octal | 314 | 260 | 300 | 0 | 16 | 6 | 24 | 506 | 26 | 113 |
| Binary | 11001100 | 10110000 | 11000000 | 0 | 1110 | 110 | 10100 | 101000110 | 10110 | 1001011 |
Color Harmonies of #CCB0C0
Complementary color
Monochromatic Colors of #CCB0C0
Black with #CCB0C0
Text Example
Text Example
White with #CCB0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB0C0; }
p { color: rgb(204,176,192); }
H1.HeaderClassName
{
color: #CCB0C0;
}
.AnyTagClassName
{
color: #CCB0C0;
}
</style>
background-color css
<style>
a { background-color: #CCB0C0; }
a { background-color: rgb(204,176,192); }
div.DivClassName
{
background-color: #CCB0C0;
}
.BgClassName
{
background-color: #CCB0C0;
}
</style>
border-color css
<style>
span { border-color: #CCB0C0; }
span { border-color: rgb(204,176,192); }
td.TdClassName
{
border-color: #CCB0C0;
}
.TagClassName
{
border-color: #CCB0C0;
}
</style>