Shades of Maverick #CCA9C2
Tints of Maverick #CCA9C2
RGB
CMYK
RGB Variations
Color information
#CCA9C2 (or 0xCCA9C2) is known color: Maverick. HEX triplet: CC, A9 and C2. RGB value is (204,169,194). Sum of RGB (Red+Green+Blue) = 204+169+194=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 169 (66.41% from 255 or 29.81% from 567); Blue value is 194 (76.17% from 255 or 34.22% from 567); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA9C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA9C2 is #33563D. Grayscale: #B6B6B6. Windows color (decimal): -3364414 or 12757452. OLE color: 12757452.
HSL color Cylindrical-coordinate representation of color #CCA9C2: hue angle of 317.14º 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 #CCA9C2 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 169 | 194 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.2 |
| HSL | 317.14º | 0.26% | 0.73% | - |
| HSV(B) | 317.14º | 0.17% | 0.8% | - |
| XYZ | 48.83 | 45.11 | 57.17 | - |
| YUV | 182.32 | 134.6 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 169 | 194 | 0 | 0.17 | 0.05 | 0.2 | 317.14 | 0.26 | 0.73 |
| Hex | CC | A9 | C2 | 0 | 11 | 5 | 14 | 13D | 1A | 49 |
| Octal | 314 | 251 | 302 | 0 | 21 | 5 | 24 | 475 | 32 | 111 |
| Binary | 11001100 | 10101001 | 11000010 | 0 | 10001 | 101 | 10100 | 100111101 | 11010 | 1001001 |
Color Harmonies of #CCA9C2
Complementary color
Monochromatic Colors of #CCA9C2
Black with #CCA9C2
Text Example
Text Example
White with #CCA9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA9C2; }
p { color: rgb(204,169,194); }
H1.HeaderClassName
{
color: #CCA9C2;
}
.AnyTagClassName
{
color: #CCA9C2;
}
</style>
background-color css
<style>
a { background-color: #CCA9C2; }
a { background-color: rgb(204,169,194); }
div.DivClassName
{
background-color: #CCA9C2;
}
.BgClassName
{
background-color: #CCA9C2;
}
</style>
border-color css
<style>
span { border-color: #CCA9C2; }
span { border-color: rgb(204,169,194); }
td.TdClassName
{
border-color: #CCA9C2;
}
.TagClassName
{
border-color: #CCA9C2;
}
</style>