Shades of Maverick #CCA6C3
Tints of Maverick #CCA6C3
RGB
CMYK
RGB Variations
Color information
#CCA6C3 (or 0xCCA6C3) is known color: Maverick. HEX triplet: CC, A6 and C3. RGB value is (204,166,195). Sum of RGB (Red+Green+Blue) = 204+166+195=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 166 (65.23% from 255 or 29.38% from 565); Blue value is 195 (76.56% from 255 or 34.51% from 565); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA6C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA6C3 is #33593C. Grayscale: #B4B4B4. Windows color (decimal): -3365181 or 12822220. OLE color: 12822220.
HSL color Cylindrical-coordinate representation of color #CCA6C3: hue angle of 314.21º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCA6C3 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 166 | 195 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.2 |
| HSL | 314.21º | 0.27% | 0.73% | - |
| HSV(B) | 314.21º | 0.19% | 0.8% | - |
| XYZ | 48.39 | 44.05 | 57.58 | - |
| YUV | 180.67 | 136.09 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 195 | 0 | 0.19 | 0.04 | 0.2 | 314.21 | 0.27 | 0.73 |
| Hex | CC | A6 | C3 | 0 | 13 | 4 | 14 | 13A | 1B | 49 |
| Octal | 314 | 246 | 303 | 0 | 23 | 4 | 24 | 472 | 33 | 111 |
| Binary | 11001100 | 10100110 | 11000011 | 0 | 10011 | 100 | 10100 | 100111010 | 11011 | 1001001 |
Color Harmonies of #CCA6C3
Complementary color
Monochromatic Colors of #CCA6C3
Black with #CCA6C3
Text Example
Text Example
White with #CCA6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA6C3; }
p { color: rgb(204,166,195); }
H1.HeaderClassName
{
color: #CCA6C3;
}
.AnyTagClassName
{
color: #CCA6C3;
}
</style>
background-color css
<style>
a { background-color: #CCA6C3; }
a { background-color: rgb(204,166,195); }
div.DivClassName
{
background-color: #CCA6C3;
}
.BgClassName
{
background-color: #CCA6C3;
}
</style>
border-color css
<style>
span { border-color: #CCA6C3; }
span { border-color: rgb(204,166,195); }
td.TdClassName
{
border-color: #CCA6C3;
}
.TagClassName
{
border-color: #CCA6C3;
}
</style>