Shades of Maverick #CCADC2
Tints of Maverick #CCADC2
RGB
CMYK
RGB Variations
Color information
#CCADC2 (or 0xCCADC2) is known color: Maverick. HEX triplet: CC, AD and C2. RGB value is (204,173,194). Sum of RGB (Red+Green+Blue) = 204+173+194=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 194 (76.17% from 255 or 33.98% from 571); Max value from RGB is 204 - color contains mainly: red. Hex color #CCADC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADC2 is #33523D. Grayscale: #B8B8B8. Windows color (decimal): -3363390 or 12758476. OLE color: 12758476.
HSL color Cylindrical-coordinate representation of color #CCADC2: hue angle of 319.35º 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 #CCADC2 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 173 | 194 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.2 |
| HSL | 319.35º | 0.23% | 0.74% | - |
| HSV(B) | 319.35º | 0.15% | 0.8% | - |
| XYZ | 49.58 | 46.62 | 57.42 | - |
| YUV | 184.66 | 133.27 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 173 | 194 | 0 | 0.15 | 0.05 | 0.2 | 319.35 | 0.23 | 0.74 |
| Hex | CC | AD | C2 | 0 | F | 5 | 14 | 13F | 17 | 4A |
| Octal | 314 | 255 | 302 | 0 | 17 | 5 | 24 | 477 | 27 | 112 |
| Binary | 11001100 | 10101101 | 11000010 | 0 | 1111 | 101 | 10100 | 100111111 | 10111 | 1001010 |
Color Harmonies of #CCADC2
Complementary color
Monochromatic Colors of #CCADC2
Black with #CCADC2
Text Example
Text Example
White with #CCADC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCADC2; }
p { color: rgb(204,173,194); }
H1.HeaderClassName
{
color: #CCADC2;
}
.AnyTagClassName
{
color: #CCADC2;
}
</style>
background-color css
<style>
a { background-color: #CCADC2; }
a { background-color: rgb(204,173,194); }
div.DivClassName
{
background-color: #CCADC2;
}
.BgClassName
{
background-color: #CCADC2;
}
</style>
border-color css
<style>
span { border-color: #CCADC2; }
span { border-color: rgb(204,173,194); }
td.TdClassName
{
border-color: #CCADC2;
}
.TagClassName
{
border-color: #CCADC2;
}
</style>