Shades of Maverick #CCAEC3
Tints of Maverick #CCAEC3
RGB
CMYK
RGB Variations
Color information
#CCAEC3 (or 0xCCAEC3) is known color: Maverick. HEX triplet: CC, AE and C3. RGB value is (204,174,195). Sum of RGB (Red+Green+Blue) = 204+174+195=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 195 (76.56% from 255 or 34.03% from 573); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAEC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAEC3 is #33513C. Grayscale: #B9B9B9. Windows color (decimal): -3363133 or 12824268. OLE color: 12824268.
HSL color Cylindrical-coordinate representation of color #CCAEC3: hue angle of 318º 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 #CCAEC3 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 174 | 195 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.2 |
| HSL | 318º | 0.23% | 0.74% | - |
| HSV(B) | 318º | 0.15% | 0.8% | - |
| XYZ | 49.89 | 47.05 | 58.08 | - |
| YUV | 185.36 | 133.44 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 174 | 195 | 0 | 0.15 | 0.04 | 0.2 | 318 | 0.23 | 0.74 |
| Hex | CC | AE | C3 | 0 | F | 4 | 14 | 13E | 17 | 4A |
| Octal | 314 | 256 | 303 | 0 | 17 | 4 | 24 | 476 | 27 | 112 |
| Binary | 11001100 | 10101110 | 11000011 | 0 | 1111 | 100 | 10100 | 100111110 | 10111 | 1001010 |
Color Harmonies of #CCAEC3
Complementary color
Monochromatic Colors of #CCAEC3
Black with #CCAEC3
Text Example
Text Example
White with #CCAEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAEC3; }
p { color: rgb(204,174,195); }
H1.HeaderClassName
{
color: #CCAEC3;
}
.AnyTagClassName
{
color: #CCAEC3;
}
</style>
background-color css
<style>
a { background-color: #CCAEC3; }
a { background-color: rgb(204,174,195); }
div.DivClassName
{
background-color: #CCAEC3;
}
.BgClassName
{
background-color: #CCAEC3;
}
</style>
border-color css
<style>
span { border-color: #CCAEC3; }
span { border-color: rgb(204,174,195); }
td.TdClassName
{
border-color: #CCAEC3;
}
.TagClassName
{
border-color: #CCAEC3;
}
</style>