Shades of Maverick #CCACC1
Tints of Maverick #CCACC1
RGB
CMYK
RGB Variations
Color information
#CCACC1 (or 0xCCACC1) is known color: Maverick. HEX triplet: CC, AC and C1. RGB value is (204,172,193). Sum of RGB (Red+Green+Blue) = 204+172+193=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 193 (75.78% from 255 or 33.92% from 569); Max value from RGB is 204 - color contains mainly: red. Hex color #CCACC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACC1 is #33533E. Grayscale: #B7B7B7. Windows color (decimal): -3363647 or 12692684. OLE color: 12692684.
HSL color Cylindrical-coordinate representation of color #CCACC1: hue angle of 320.62º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCACC1 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 172 | 193 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.2 |
| HSL | 320.63º | 0.24% | 0.74% | - |
| HSV(B) | 320.63º | 0.16% | 0.8% | - |
| XYZ | 49.28 | 46.19 | 56.77 | - |
| YUV | 183.96 | 133.1 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 193 | 0 | 0.16 | 0.05 | 0.2 | 320.63 | 0.24 | 0.74 |
| Hex | CC | AC | C1 | 0 | 10 | 5 | 14 | 141 | 18 | 4A |
| Octal | 314 | 254 | 301 | 0 | 20 | 5 | 24 | 501 | 30 | 112 |
| Binary | 11001100 | 10101100 | 11000001 | 0 | 10000 | 101 | 10100 | 101000001 | 11000 | 1001010 |
Color Harmonies of #CCACC1
Complementary color
Monochromatic Colors of #CCACC1
Black with #CCACC1
Text Example
Text Example
White with #CCACC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCACC1; }
p { color: rgb(204,172,193); }
H1.HeaderClassName
{
color: #CCACC1;
}
.AnyTagClassName
{
color: #CCACC1;
}
</style>
background-color css
<style>
a { background-color: #CCACC1; }
a { background-color: rgb(204,172,193); }
div.DivClassName
{
background-color: #CCACC1;
}
.BgClassName
{
background-color: #CCACC1;
}
</style>
border-color css
<style>
span { border-color: #CCACC1; }
span { border-color: rgb(204,172,193); }
td.TdClassName
{
border-color: #CCACC1;
}
.TagClassName
{
border-color: #CCACC1;
}
</style>