Shades of Maverick #CCACC5
Tints of Maverick #CCACC5
RGB
CMYK
RGB Variations
Color information
#CCACC5 (or 0xCCACC5) is known color: Maverick. HEX triplet: CC, AC and C5. RGB value is (204,172,197). Sum of RGB (Red+Green+Blue) = 204+172+197=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 197 (77.34% from 255 or 34.38% from 573); Max value from RGB is 204 - color contains mainly: red. Hex color #CCACC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACC5 is #33533A. Grayscale: #B8B8B8. Windows color (decimal): -3363643 or 12954828. OLE color: 12954828.
HSL color Cylindrical-coordinate representation of color #CCACC5: hue angle of 313.12º 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 #CCACC5 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 172 | 197 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.2 |
| HSL | 313.13º | 0.24% | 0.74% | - |
| HSV(B) | 313.13º | 0.16% | 0.8% | - |
| XYZ | 49.73 | 46.37 | 59.15 | - |
| YUV | 184.42 | 135.1 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 197 | 0 | 0.16 | 0.03 | 0.2 | 313.13 | 0.24 | 0.74 |
| Hex | CC | AC | C5 | 0 | 10 | 3 | 14 | 139 | 18 | 4A |
| Octal | 314 | 254 | 305 | 0 | 20 | 3 | 24 | 471 | 30 | 112 |
| Binary | 11001100 | 10101100 | 11000101 | 0 | 10000 | 11 | 10100 | 100111001 | 11000 | 1001010 |
Color Harmonies of #CCACC5
Complementary color
Monochromatic Colors of #CCACC5
Black with #CCACC5
Text Example
Text Example
White with #CCACC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCACC5; }
p { color: rgb(204,172,197); }
H1.HeaderClassName
{
color: #CCACC5;
}
.AnyTagClassName
{
color: #CCACC5;
}
</style>
background-color css
<style>
a { background-color: #CCACC5; }
a { background-color: rgb(204,172,197); }
div.DivClassName
{
background-color: #CCACC5;
}
.BgClassName
{
background-color: #CCACC5;
}
</style>
border-color css
<style>
span { border-color: #CCACC5; }
span { border-color: rgb(204,172,197); }
td.TdClassName
{
border-color: #CCACC5;
}
.TagClassName
{
border-color: #CCACC5;
}
</style>