Shades of Maverick #CCADC5
Tints of Maverick #CCADC5
RGB
CMYK
RGB Variations
Color information
#CCADC5 (or 0xCCADC5) is known color: Maverick. HEX triplet: CC, AD and C5. RGB value is (204,173,197). Sum of RGB (Red+Green+Blue) = 204+173+197=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 197 (77.34% from 255 or 34.32% from 574); Max value from RGB is 204 - color contains mainly: red. Hex color #CCADC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADC5 is #33523A. Grayscale: #B8B8B8. Windows color (decimal): -3363387 or 12955084. OLE color: 12955084.
HSL color Cylindrical-coordinate representation of color #CCADC5: hue angle of 313.55º 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 #CCADC5 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 173 | 197 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.2 |
| HSL | 313.55º | 0.23% | 0.74% | - |
| HSV(B) | 313.55º | 0.15% | 0.8% | - |
| XYZ | 49.92 | 46.76 | 59.22 | - |
| YUV | 185.01 | 134.77 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 173 | 197 | 0 | 0.15 | 0.03 | 0.2 | 313.55 | 0.23 | 0.74 |
| Hex | CC | AD | C5 | 0 | F | 3 | 14 | 13A | 17 | 4A |
| Octal | 314 | 255 | 305 | 0 | 17 | 3 | 24 | 472 | 27 | 112 |
| Binary | 11001100 | 10101101 | 11000101 | 0 | 1111 | 11 | 10100 | 100111010 | 10111 | 1001010 |
Color Harmonies of #CCADC5
Complementary color
Monochromatic Colors of #CCADC5
Black with #CCADC5
Text Example
Text Example
White with #CCADC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCADC5; }
p { color: rgb(204,173,197); }
H1.HeaderClassName
{
color: #CCADC5;
}
.AnyTagClassName
{
color: #CCADC5;
}
</style>
background-color css
<style>
a { background-color: #CCADC5; }
a { background-color: rgb(204,173,197); }
div.DivClassName
{
background-color: #CCADC5;
}
.BgClassName
{
background-color: #CCADC5;
}
</style>
border-color css
<style>
span { border-color: #CCADC5; }
span { border-color: rgb(204,173,197); }
td.TdClassName
{
border-color: #CCADC5;
}
.TagClassName
{
border-color: #CCADC5;
}
</style>