Shades of Maverick #CCADC6
Tints of Maverick #CCADC6
RGB
CMYK
RGB Variations
Color information
#CCADC6 (or 0xCCADC6) is known color: Maverick. HEX triplet: CC, AD and C6. RGB value is (204,173,198). Sum of RGB (Red+Green+Blue) = 204+173+198=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 198 (77.73% from 255 or 34.43% from 575); Max value from RGB is 204 - color contains mainly: red. Hex color #CCADC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADC6 is #335239. Grayscale: #B9B9B9. Windows color (decimal): -3363386 or 13020620. OLE color: 13020620.
HSL color Cylindrical-coordinate representation of color #CCADC6: hue angle of 311.61º 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 #CCADC6 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 173 | 198 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.2 |
| HSL | 311.61º | 0.23% | 0.74% | - |
| HSV(B) | 311.61º | 0.15% | 0.8% | - |
| XYZ | 50.04 | 46.8 | 59.82 | - |
| YUV | 185.12 | 135.27 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 173 | 198 | 0 | 0.15 | 0.03 | 0.2 | 311.61 | 0.23 | 0.74 |
| Hex | CC | AD | C6 | 0 | F | 3 | 14 | 138 | 17 | 4A |
| Octal | 314 | 255 | 306 | 0 | 17 | 3 | 24 | 470 | 27 | 112 |
| Binary | 11001100 | 10101101 | 11000110 | 0 | 1111 | 11 | 10100 | 100111000 | 10111 | 1001010 |
Color Harmonies of #CCADC6
Complementary color
Monochromatic Colors of #CCADC6
Black with #CCADC6
Text Example
Text Example
White with #CCADC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCADC6; }
p { color: rgb(204,173,198); }
H1.HeaderClassName
{
color: #CCADC6;
}
.AnyTagClassName
{
color: #CCADC6;
}
</style>
background-color css
<style>
a { background-color: #CCADC6; }
a { background-color: rgb(204,173,198); }
div.DivClassName
{
background-color: #CCADC6;
}
.BgClassName
{
background-color: #CCADC6;
}
</style>
border-color css
<style>
span { border-color: #CCADC6; }
span { border-color: rgb(204,173,198); }
td.TdClassName
{
border-color: #CCADC6;
}
.TagClassName
{
border-color: #CCADC6;
}
</style>