Shades of Maverick #CCACC6
Tints of Maverick #CCACC6
RGB
CMYK
RGB Variations
Color information
#CCACC6 (or 0xCCACC6) is known color: Maverick. HEX triplet: CC, AC and C6. RGB value is (204,172,198). Sum of RGB (Red+Green+Blue) = 204+172+198=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 172 (67.58% from 255 or 29.97% from 574); Blue value is 198 (77.73% from 255 or 34.49% from 574); Max value from RGB is 204 - color contains mainly: red. Hex color #CCACC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACC6 is #335339. Grayscale: #B8B8B8. Windows color (decimal): -3363642 or 13020364. OLE color: 13020364.
HSL color Cylindrical-coordinate representation of color #CCACC6: hue angle of 311.25º 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 #CCACC6 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 172 | 198 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.2 |
| HSL | 311.25º | 0.24% | 0.74% | - |
| HSV(B) | 311.25º | 0.16% | 0.8% | - |
| XYZ | 49.85 | 46.42 | 59.76 | - |
| YUV | 184.53 | 135.6 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 198 | 0 | 0.16 | 0.03 | 0.2 | 311.25 | 0.24 | 0.74 |
| Hex | CC | AC | C6 | 0 | 10 | 3 | 14 | 137 | 18 | 4A |
| Octal | 314 | 254 | 306 | 0 | 20 | 3 | 24 | 467 | 30 | 112 |
| Binary | 11001100 | 10101100 | 11000110 | 0 | 10000 | 11 | 10100 | 100110111 | 11000 | 1001010 |
Color Harmonies of #CCACC6
Complementary color
Monochromatic Colors of #CCACC6
Black with #CCACC6
Text Example
Text Example
White with #CCACC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCACC6; }
p { color: rgb(204,172,198); }
H1.HeaderClassName
{
color: #CCACC6;
}
.AnyTagClassName
{
color: #CCACC6;
}
</style>
background-color css
<style>
a { background-color: #CCACC6; }
a { background-color: rgb(204,172,198); }
div.DivClassName
{
background-color: #CCACC6;
}
.BgClassName
{
background-color: #CCACC6;
}
</style>
border-color css
<style>
span { border-color: #CCACC6; }
span { border-color: rgb(204,172,198); }
td.TdClassName
{
border-color: #CCACC6;
}
.TagClassName
{
border-color: #CCACC6;
}
</style>