Shades of Maverick #CCA9C0
Tints of Maverick #CCA9C0
RGB
CMYK
RGB Variations
Color information
#CCA9C0 (or 0xCCA9C0) is known color: Maverick. HEX triplet: CC, A9 and C0. RGB value is (204,169,192). Sum of RGB (Red+Green+Blue) = 204+169+192=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 169 (66.41% from 255 or 29.91% from 565); Blue value is 192 (75.39% from 255 or 33.98% from 565); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA9C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA9C0 is #33563F. Grayscale: #B6B6B6. Windows color (decimal): -3364416 or 12626380. OLE color: 12626380.
HSL color Cylindrical-coordinate representation of color #CCA9C0: hue angle of 320.57º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCA9C0 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 169 | 192 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.2 |
| HSL | 320.57º | 0.26% | 0.73% | - |
| HSV(B) | 320.57º | 0.17% | 0.8% | - |
| XYZ | 48.6 | 45.02 | 56 | - |
| YUV | 182.09 | 133.6 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 169 | 192 | 0 | 0.17 | 0.06 | 0.2 | 320.57 | 0.26 | 0.73 |
| Hex | CC | A9 | C0 | 0 | 11 | 6 | 14 | 141 | 1A | 49 |
| Octal | 314 | 251 | 300 | 0 | 21 | 6 | 24 | 501 | 32 | 111 |
| Binary | 11001100 | 10101001 | 11000000 | 0 | 10001 | 110 | 10100 | 101000001 | 11010 | 1001001 |
Color Harmonies of #CCA9C0
Complementary color
Monochromatic Colors of #CCA9C0
Black with #CCA9C0
Text Example
Text Example
White with #CCA9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA9C0; }
p { color: rgb(204,169,192); }
H1.HeaderClassName
{
color: #CCA9C0;
}
.AnyTagClassName
{
color: #CCA9C0;
}
</style>
background-color css
<style>
a { background-color: #CCA9C0; }
a { background-color: rgb(204,169,192); }
div.DivClassName
{
background-color: #CCA9C0;
}
.BgClassName
{
background-color: #CCA9C0;
}
</style>
border-color css
<style>
span { border-color: #CCA9C0; }
span { border-color: rgb(204,169,192); }
td.TdClassName
{
border-color: #CCA9C0;
}
.TagClassName
{
border-color: #CCA9C0;
}
</style>