Shades of Maverick #CCA3C3
Tints of Maverick #CCA3C3
RGB
CMYK
RGB Variations
Color information
#CCA3C3 (or 0xCCA3C3) is known color: Maverick. HEX triplet: CC, A3 and C3. RGB value is (204,163,195). Sum of RGB (Red+Green+Blue) = 204+163+195=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 163 (64.06% from 255 or 29.00% from 562); Blue value is 195 (76.56% from 255 or 34.70% from 562); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA3C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA3C3 is #335C3C. Grayscale: #B2B2B2. Windows color (decimal): -3365949 or 12821452. OLE color: 12821452.
HSL color Cylindrical-coordinate representation of color #CCA3C3: hue angle of 313.17º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCA3C3 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 163 | 195 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.2 |
| HSL | 313.17º | 0.29% | 0.72% | - |
| HSV(B) | 313.17º | 0.2% | 0.8% | - |
| XYZ | 47.85 | 42.97 | 57.4 | - |
| YUV | 178.91 | 137.08 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 163 | 195 | 0 | 0.20 | 0.04 | 0.2 | 313.17 | 0.29 | 0.72 |
| Hex | CC | A3 | C3 | 0 | 14 | 4 | 14 | 139 | 1D | 48 |
| Octal | 314 | 243 | 303 | 0 | 24 | 4 | 24 | 471 | 35 | 110 |
| Binary | 11001100 | 10100011 | 11000011 | 0 | 10100 | 100 | 10100 | 100111001 | 11101 | 1001000 |
Color Harmonies of #CCA3C3
Complementary color
Monochromatic Colors of #CCA3C3
Black with #CCA3C3
Text Example
Text Example
White with #CCA3C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA3C3; }
p { color: rgb(204,163,195); }
H1.HeaderClassName
{
color: #CCA3C3;
}
.AnyTagClassName
{
color: #CCA3C3;
}
</style>
background-color css
<style>
a { background-color: #CCA3C3; }
a { background-color: rgb(204,163,195); }
div.DivClassName
{
background-color: #CCA3C3;
}
.BgClassName
{
background-color: #CCA3C3;
}
</style>
border-color css
<style>
span { border-color: #CCA3C3; }
span { border-color: rgb(204,163,195); }
td.TdClassName
{
border-color: #CCA3C3;
}
.TagClassName
{
border-color: #CCA3C3;
}
</style>