Shades of Maverick #CCC1C8
Tints of Maverick #CCC1C8
RGB
CMYK
RGB Variations
Color information
#CCC1C8 (or 0xCCC1C8) is known color: Maverick. HEX triplet: CC, C1 and C8. RGB value is (204,193,200). Sum of RGB (Red+Green+Blue) = 204+193+200=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 193 (75.78% from 255 or 32.33% from 597); Blue value is 200 (78.52% from 255 or 33.50% from 597); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC1C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC1C8 is #333E37. Grayscale: #C5C5C5. Windows color (decimal): -3358264 or 13156812. OLE color: 13156812.
HSL color Cylindrical-coordinate representation of color #CCC1C8: hue angle of 321.82º degrees, saturation: 0.1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CCC1C8 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 193 | 200 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.2 |
| HSL | 321.82º | 0.1% | 0.78% | - |
| HSV(B) | 321.82º | 0.05% | 0.8% | - |
| XYZ | 54.4 | 55.15 | 62.42 | - |
| YUV | 197.09 | 129.64 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 200 | 0 | 0.05 | 0.02 | 0.2 | 321.82 | 0.1 | 0.78 |
| Hex | CC | C1 | C8 | 0 | 5 | 2 | 14 | 142 | A | 4E |
| Octal | 314 | 301 | 310 | 0 | 5 | 2 | 24 | 502 | 12 | 116 |
| Binary | 11001100 | 11000001 | 11001000 | 0 | 101 | 10 | 10100 | 101000010 | 1010 | 1001110 |
Color Harmonies of #CCC1C8
Complementary color
Monochromatic Colors of #CCC1C8
Black with #CCC1C8
Text Example
Text Example
White with #CCC1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC1C8; }
p { color: rgb(204,193,200); }
H1.HeaderClassName
{
color: #CCC1C8;
}
.AnyTagClassName
{
color: #CCC1C8;
}
</style>
background-color css
<style>
a { background-color: #CCC1C8; }
a { background-color: rgb(204,193,200); }
div.DivClassName
{
background-color: #CCC1C8;
}
.BgClassName
{
background-color: #CCC1C8;
}
</style>
border-color css
<style>
span { border-color: #CCC1C8; }
span { border-color: rgb(204,193,200); }
td.TdClassName
{
border-color: #CCC1C8;
}
.TagClassName
{
border-color: #CCC1C8;
}
</style>