Shades of Maverick #CCAEC6
Tints of Maverick #CCAEC6
RGB
CMYK
RGB Variations
Color information
#CCAEC6 (or 0xCCAEC6) is known color: Maverick. HEX triplet: CC, AE and C6. RGB value is (204,174,198). Sum of RGB (Red+Green+Blue) = 204+174+198=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 174 (68.36% from 255 or 30.21% from 576); Blue value is 198 (77.73% from 255 or 34.38% from 576); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAEC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAEC6 is #335139. Grayscale: #B9B9B9. Windows color (decimal): -3363130 or 13020876. OLE color: 13020876.
HSL color Cylindrical-coordinate representation of color #CCAEC6: hue angle of 312º 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 #CCAEC6 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 174 | 198 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.2 |
| HSL | 312º | 0.23% | 0.74% | - |
| HSV(B) | 312º | 0.15% | 0.8% | - |
| XYZ | 50.23 | 47.19 | 59.89 | - |
| YUV | 185.71 | 134.94 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 174 | 198 | 0 | 0.15 | 0.03 | 0.2 | 312 | 0.23 | 0.74 |
| Hex | CC | AE | C6 | 0 | F | 3 | 14 | 138 | 17 | 4A |
| Octal | 314 | 256 | 306 | 0 | 17 | 3 | 24 | 470 | 27 | 112 |
| Binary | 11001100 | 10101110 | 11000110 | 0 | 1111 | 11 | 10100 | 100111000 | 10111 | 1001010 |
Color Harmonies of #CCAEC6
Complementary color
Monochromatic Colors of #CCAEC6
Black with #CCAEC6
Text Example
Text Example
White with #CCAEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAEC6; }
p { color: rgb(204,174,198); }
H1.HeaderClassName
{
color: #CCAEC6;
}
.AnyTagClassName
{
color: #CCAEC6;
}
</style>
background-color css
<style>
a { background-color: #CCAEC6; }
a { background-color: rgb(204,174,198); }
div.DivClassName
{
background-color: #CCAEC6;
}
.BgClassName
{
background-color: #CCAEC6;
}
</style>
border-color css
<style>
span { border-color: #CCAEC6; }
span { border-color: rgb(204,174,198); }
td.TdClassName
{
border-color: #CCAEC6;
}
.TagClassName
{
border-color: #CCAEC6;
}
</style>