Shades of Maverick #CCAEC0
Tints of Maverick #CCAEC0
RGB
CMYK
RGB Variations
Color information
#CCAEC0 (or 0xCCAEC0) is known color: Maverick. HEX triplet: CC, AE and C0. RGB value is (204,174,192). Sum of RGB (Red+Green+Blue) = 204+174+192=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 174 (68.36% from 255 or 30.53% from 570); Blue value is 192 (75.39% from 255 or 33.68% from 570); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAEC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAEC0 is #33513F. Grayscale: #B8B8B8. Windows color (decimal): -3363136 or 12627660. OLE color: 12627660.
HSL color Cylindrical-coordinate representation of color #CCAEC0: hue angle of 324º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCAEC0 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 174 | 192 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.2 |
| HSL | 324º | 0.23% | 0.74% | - |
| HSV(B) | 324º | 0.15% | 0.8% | - |
| XYZ | 49.55 | 46.92 | 56.31 | - |
| YUV | 185.02 | 131.94 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 174 | 192 | 0 | 0.15 | 0.06 | 0.2 | 324 | 0.23 | 0.74 |
| Hex | CC | AE | C0 | 0 | F | 6 | 14 | 144 | 17 | 4A |
| Octal | 314 | 256 | 300 | 0 | 17 | 6 | 24 | 504 | 27 | 112 |
| Binary | 11001100 | 10101110 | 11000000 | 0 | 1111 | 110 | 10100 | 101000100 | 10111 | 1001010 |
Color Harmonies of #CCAEC0
Complementary color
Monochromatic Colors of #CCAEC0
Black with #CCAEC0
Text Example
Text Example
White with #CCAEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAEC0; }
p { color: rgb(204,174,192); }
H1.HeaderClassName
{
color: #CCAEC0;
}
.AnyTagClassName
{
color: #CCAEC0;
}
</style>
background-color css
<style>
a { background-color: #CCAEC0; }
a { background-color: rgb(204,174,192); }
div.DivClassName
{
background-color: #CCAEC0;
}
.BgClassName
{
background-color: #CCAEC0;
}
</style>
border-color css
<style>
span { border-color: #CCAEC0; }
span { border-color: rgb(204,174,192); }
td.TdClassName
{
border-color: #CCAEC0;
}
.TagClassName
{
border-color: #CCAEC0;
}
</style>