Shades of Maverick #CCACC2
Tints of Maverick #CCACC2
RGB
CMYK
RGB Variations
Color information
#CCACC2 (or 0xCCACC2) is known color: Maverick. HEX triplet: CC, AC and C2. RGB value is (204,172,194). Sum of RGB (Red+Green+Blue) = 204+172+194=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 194 (76.17% from 255 or 34.04% from 570); Max value from RGB is 204 - color contains mainly: red. Hex color #CCACC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACC2 is #33533D. Grayscale: #B8B8B8. Windows color (decimal): -3363646 or 12758220. OLE color: 12758220.
HSL color Cylindrical-coordinate representation of color #CCACC2: hue angle of 318.75º 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 #CCACC2 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 172 | 194 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.2 |
| HSL | 318.75º | 0.24% | 0.74% | - |
| HSV(B) | 318.75º | 0.16% | 0.8% | - |
| XYZ | 49.39 | 46.24 | 57.36 | - |
| YUV | 184.08 | 133.6 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 194 | 0 | 0.16 | 0.05 | 0.2 | 318.75 | 0.24 | 0.74 |
| Hex | CC | AC | C2 | 0 | 10 | 5 | 14 | 13F | 18 | 4A |
| Octal | 314 | 254 | 302 | 0 | 20 | 5 | 24 | 477 | 30 | 112 |
| Binary | 11001100 | 10101100 | 11000010 | 0 | 10000 | 101 | 10100 | 100111111 | 11000 | 1001010 |
Color Harmonies of #CCACC2
Complementary color
Monochromatic Colors of #CCACC2
Black with #CCACC2
Text Example
Text Example
White with #CCACC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCACC2; }
p { color: rgb(204,172,194); }
H1.HeaderClassName
{
color: #CCACC2;
}
.AnyTagClassName
{
color: #CCACC2;
}
</style>
background-color css
<style>
a { background-color: #CCACC2; }
a { background-color: rgb(204,172,194); }
div.DivClassName
{
background-color: #CCACC2;
}
.BgClassName
{
background-color: #CCACC2;
}
</style>
border-color css
<style>
span { border-color: #CCACC2; }
span { border-color: rgb(204,172,194); }
td.TdClassName
{
border-color: #CCACC2;
}
.TagClassName
{
border-color: #CCACC2;
}
</style>