Shades of Maverick #CCC5CA
Tints of Maverick #CCC5CA
RGB
CMYK
RGB Variations
Color information
#CCC5CA (or 0xCCC5CA) is known color: Maverick. HEX triplet: CC, C5 and CA. RGB value is (204,197,202). Sum of RGB (Red+Green+Blue) = 204+197+202=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 197 (77.34% from 255 or 32.67% from 603); Blue value is 202 (79.30% from 255 or 33.50% from 603); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC5CA is #333A35. Grayscale: #C7C7C7. Windows color (decimal): -3357238 or 13288908. OLE color: 13288908.
HSL color Cylindrical-coordinate representation of color #CCC5CA: hue angle of 317.14º degrees, saturation: 0.06, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CCC5CA is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 197 | 202 | - |
CMYK | 0 | 0.03 | 0.01 | 0.2 |
HSL | 317.14º | 0.06% | 0.79% | - |
HSV(B) | 317.14º | 0.03% | 0.8% | - |
XYZ | 55.53 | 57.03 | 63.96 | - |
YUV | 199.66 | 129.32 | 131.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 197 | 202 | 0 | 0.03 | 0.01 | 0.2 | 317.14 | 0.06 | 0.79 |
Hex | CC | C5 | CA | 0 | 3 | 1 | 14 | 13D | 6 | 4F |
Octal | 314 | 305 | 312 | 0 | 3 | 1 | 24 | 475 | 6 | 117 |
Binary | 11001100 | 11000101 | 11001010 | 0 | 11 | 1 | 10100 | 100111101 | 110 | 1001111 |
Color Harmonies of #CCC5CA
Complementary color
Monochromatic Colors of #CCC5CA
Black with #CCC5CA
Text Example
Text Example
White with #CCC5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC5CA; }
p { color: rgb(204,197,202); }
H1.HeaderClassName
{
color: #CCC5CA;
}
.AnyTagClassName
{
color: #CCC5CA;
}
</style>
background-color css
<style>
a { background-color: #CCC5CA; }
a { background-color: rgb(204,197,202); }
div.DivClassName
{
background-color: #CCC5CA;
}
.BgClassName
{
background-color: #CCC5CA;
}
</style>
border-color css
<style>
span { border-color: #CCC5CA; }
span { border-color: rgb(204,197,202); }
td.TdClassName
{
border-color: #CCC5CA;
}
.TagClassName
{
border-color: #CCC5CA;
}
</style>