Shades of Maverick #CCADC0
Tints of Maverick #CCADC0
RGB
CMYK
RGB Variations
Color information
#CCADC0 (or 0xCCADC0) is known color: Maverick. HEX triplet: CC, AD and C0. RGB value is (204,173,192). Sum of RGB (Red+Green+Blue) = 204+173+192=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 173 (67.97% from 255 or 30.40% from 569); Blue value is 192 (75.39% from 255 or 33.74% from 569); Max value from RGB is 204 - color contains mainly: red. Hex color #CCADC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADC0 is #33523F. Grayscale: #B8B8B8. Windows color (decimal): -3363392 or 12627404. OLE color: 12627404.
HSL color Cylindrical-coordinate representation of color #CCADC0: hue angle of 323.23º 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 #CCADC0 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 173 | 192 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.2 |
| HSL | 323.23º | 0.23% | 0.74% | - |
| HSV(B) | 323.23º | 0.15% | 0.8% | - |
| XYZ | 49.36 | 46.53 | 56.25 | - |
| YUV | 184.44 | 132.27 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 173 | 192 | 0 | 0.15 | 0.06 | 0.2 | 323.23 | 0.23 | 0.74 |
| Hex | CC | AD | C0 | 0 | F | 6 | 14 | 143 | 17 | 4A |
| Octal | 314 | 255 | 300 | 0 | 17 | 6 | 24 | 503 | 27 | 112 |
| Binary | 11001100 | 10101101 | 11000000 | 0 | 1111 | 110 | 10100 | 101000011 | 10111 | 1001010 |
Color Harmonies of #CCADC0
Complementary color
Monochromatic Colors of #CCADC0
Black with #CCADC0
Text Example
Text Example
White with #CCADC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCADC0; }
p { color: rgb(204,173,192); }
H1.HeaderClassName
{
color: #CCADC0;
}
.AnyTagClassName
{
color: #CCADC0;
}
</style>
background-color css
<style>
a { background-color: #CCADC0; }
a { background-color: rgb(204,173,192); }
div.DivClassName
{
background-color: #CCADC0;
}
.BgClassName
{
background-color: #CCADC0;
}
</style>
border-color css
<style>
span { border-color: #CCADC0; }
span { border-color: rgb(204,173,192); }
td.TdClassName
{
border-color: #CCADC0;
}
.TagClassName
{
border-color: #CCADC0;
}
</style>