Shades of Maverick #CCAFC2
Tints of Maverick #CCAFC2
RGB
CMYK
RGB Variations
Color information
#CCAFC2 (or 0xCCAFC2) is known color: Maverick. HEX triplet: CC, AF and C2. RGB value is (204,175,194). Sum of RGB (Red+Green+Blue) = 204+175+194=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 175 (68.75% from 255 or 30.54% from 573); Blue value is 194 (76.17% from 255 or 33.86% from 573); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAFC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAFC2 is #33503D. Grayscale: #B9B9B9. Windows color (decimal): -3362878 or 12758988. OLE color: 12758988.
HSL color Cylindrical-coordinate representation of color #CCAFC2: hue angle of 320.69º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCAFC2 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 175 | 194 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.2 |
| HSL | 320.69º | 0.22% | 0.74% | - |
| HSV(B) | 320.69º | 0.14% | 0.8% | - |
| XYZ | 49.97 | 47.39 | 57.55 | - |
| YUV | 185.84 | 132.61 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 175 | 194 | 0 | 0.14 | 0.05 | 0.2 | 320.69 | 0.22 | 0.74 |
| Hex | CC | AF | C2 | 0 | E | 5 | 14 | 141 | 16 | 4A |
| Octal | 314 | 257 | 302 | 0 | 16 | 5 | 24 | 501 | 26 | 112 |
| Binary | 11001100 | 10101111 | 11000010 | 0 | 1110 | 101 | 10100 | 101000001 | 10110 | 1001010 |
Color Harmonies of #CCAFC2
Complementary color
Monochromatic Colors of #CCAFC2
Black with #CCAFC2
Text Example
Text Example
White with #CCAFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAFC2; }
p { color: rgb(204,175,194); }
H1.HeaderClassName
{
color: #CCAFC2;
}
.AnyTagClassName
{
color: #CCAFC2;
}
</style>
background-color css
<style>
a { background-color: #CCAFC2; }
a { background-color: rgb(204,175,194); }
div.DivClassName
{
background-color: #CCAFC2;
}
.BgClassName
{
background-color: #CCAFC2;
}
</style>
border-color css
<style>
span { border-color: #CCAFC2; }
span { border-color: rgb(204,175,194); }
td.TdClassName
{
border-color: #CCAFC2;
}
.TagClassName
{
border-color: #CCAFC2;
}
</style>