Shades of Maverick #CCA6BC
Tints of Maverick #CCA6BC
RGB
CMYK
RGB Variations
Color information
#CCA6BC (or 0xCCA6BC) is known color: Maverick. HEX triplet: CC, A6 and BC. RGB value is (204,166,188). Sum of RGB (Red+Green+Blue) = 204+166+188=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 166 (65.23% from 255 or 29.75% from 558); Blue value is 188 (73.83% from 255 or 33.69% from 558); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA6BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA6BC is #335943. Grayscale: #B3B3B3. Windows color (decimal): -3365188 or 12363468. OLE color: 12363468.
HSL color Cylindrical-coordinate representation of color #CCA6BC: hue angle of 325.26º 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 #CCA6BC is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 166 | 188 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.2 |
| HSL | 325.26º | 0.27% | 0.73% | - |
| HSV(B) | 325.26º | 0.19% | 0.8% | - |
| XYZ | 47.62 | 43.74 | 53.51 | - |
| YUV | 179.87 | 132.59 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 188 | 0 | 0.19 | 0.08 | 0.2 | 325.26 | 0.27 | 0.73 |
| Hex | CC | A6 | BC | 0 | 13 | 8 | 14 | 145 | 1B | 49 |
| Octal | 314 | 246 | 274 | 0 | 23 | 10 | 24 | 505 | 33 | 111 |
| Binary | 11001100 | 10100110 | 10111100 | 0 | 10011 | 1000 | 10100 | 101000101 | 11011 | 1001001 |
Color Harmonies of #CCA6BC
Complementary color
Monochromatic Colors of #CCA6BC
Black with #CCA6BC
Text Example
Text Example
White with #CCA6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA6BC; }
p { color: rgb(204,166,188); }
H1.HeaderClassName
{
color: #CCA6BC;
}
.AnyTagClassName
{
color: #CCA6BC;
}
</style>
background-color css
<style>
a { background-color: #CCA6BC; }
a { background-color: rgb(204,166,188); }
div.DivClassName
{
background-color: #CCA6BC;
}
.BgClassName
{
background-color: #CCA6BC;
}
</style>
border-color css
<style>
span { border-color: #CCA6BC; }
span { border-color: rgb(204,166,188); }
td.TdClassName
{
border-color: #CCA6BC;
}
.TagClassName
{
border-color: #CCA6BC;
}
</style>