Shades of Maverick #CCB1C0
Tints of Maverick #CCB1C0
RGB
CMYK
RGB Variations
Color information
#CCB1C0 (or 0xCCB1C0) is known color: Maverick. HEX triplet: CC, B1 and C0. RGB value is (204,177,192). Sum of RGB (Red+Green+Blue) = 204+177+192=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 177 (69.53% from 255 or 30.89% from 573); Blue value is 192 (75.39% from 255 or 33.51% from 573); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB1C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB1C0 is #334E3F. Grayscale: #BABABA. Windows color (decimal): -3362368 or 12628428. OLE color: 12628428.
HSL color Cylindrical-coordinate representation of color #CCB1C0: hue angle of 326.67º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCB1C0 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 177 | 192 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.2 |
| HSL | 326.67º | 0.21% | 0.75% | - |
| HSV(B) | 326.67º | 0.13% | 0.8% | - |
| XYZ | 50.14 | 48.09 | 56.51 | - |
| YUV | 186.78 | 130.95 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 177 | 192 | 0 | 0.13 | 0.06 | 0.2 | 326.67 | 0.21 | 0.75 |
| Hex | CC | B1 | C0 | 0 | D | 6 | 14 | 147 | 15 | 4B |
| Octal | 314 | 261 | 300 | 0 | 15 | 6 | 24 | 507 | 25 | 113 |
| Binary | 11001100 | 10110001 | 11000000 | 0 | 1101 | 110 | 10100 | 101000111 | 10101 | 1001011 |
Color Harmonies of #CCB1C0
Complementary color
Monochromatic Colors of #CCB1C0
Black with #CCB1C0
Text Example
Text Example
White with #CCB1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB1C0; }
p { color: rgb(204,177,192); }
H1.HeaderClassName
{
color: #CCB1C0;
}
.AnyTagClassName
{
color: #CCB1C0;
}
</style>
background-color css
<style>
a { background-color: #CCB1C0; }
a { background-color: rgb(204,177,192); }
div.DivClassName
{
background-color: #CCB1C0;
}
.BgClassName
{
background-color: #CCB1C0;
}
</style>
border-color css
<style>
span { border-color: #CCB1C0; }
span { border-color: rgb(204,177,192); }
td.TdClassName
{
border-color: #CCB1C0;
}
.TagClassName
{
border-color: #CCB1C0;
}
</style>