Shades of Maverick #CCC1C9
Tints of Maverick #CCC1C9
RGB
CMYK
RGB Variations
Color information
#CCC1C9 (or 0xCCC1C9) is known color: Maverick. HEX triplet: CC, C1 and C9. RGB value is (204,193,201). Sum of RGB (Red+Green+Blue) = 204+193+201=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 193 (75.78% from 255 or 32.27% from 598); Blue value is 201 (78.91% from 255 or 33.61% from 598); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC1C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC1C9 is #333E36. Grayscale: #C5C5C5. Windows color (decimal): -3358263 or 13222348. OLE color: 13222348.
HSL color Cylindrical-coordinate representation of color #CCC1C9: hue angle of 316.36º 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 #CCC1C9 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 193 | 201 | - |
CMYK | 0 | 0.05 | 0.01 | 0.2 |
HSL | 316.36º | 0.1% | 0.78% | - |
HSV(B) | 316.36º | 0.05% | 0.8% | - |
XYZ | 54.51 | 55.19 | 63.04 | - |
YUV | 197.2 | 130.14 | 132.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 193 | 201 | 0 | 0.05 | 0.01 | 0.2 | 316.36 | 0.1 | 0.78 |
Hex | CC | C1 | C9 | 0 | 5 | 1 | 14 | 13C | A | 4E |
Octal | 314 | 301 | 311 | 0 | 5 | 1 | 24 | 474 | 12 | 116 |
Binary | 11001100 | 11000001 | 11001001 | 0 | 101 | 1 | 10100 | 100111100 | 1010 | 1001110 |
Color Harmonies of #CCC1C9
Complementary color
Monochromatic Colors of #CCC1C9
Black with #CCC1C9
Text Example
Text Example
White with #CCC1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC1C9; }
p { color: rgb(204,193,201); }
H1.HeaderClassName
{
color: #CCC1C9;
}
.AnyTagClassName
{
color: #CCC1C9;
}
</style>
background-color css
<style>
a { background-color: #CCC1C9; }
a { background-color: rgb(204,193,201); }
div.DivClassName
{
background-color: #CCC1C9;
}
.BgClassName
{
background-color: #CCC1C9;
}
</style>
border-color css
<style>
span { border-color: #CCC1C9; }
span { border-color: rgb(204,193,201); }
td.TdClassName
{
border-color: #CCC1C9;
}
.TagClassName
{
border-color: #CCC1C9;
}
</style>