Shades of Maverick #CDAFC0
Tints of Maverick #CDAFC0
RGB
CMYK
RGB Variations
Color information
#CDAFC0 (or 0xCDAFC0) is known color: Maverick. HEX triplet: CD, AF and C0. RGB value is (205,175,192). Sum of RGB (Red+Green+Blue) = 205+175+192=572 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.84% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 192 (75.39% from 255 or 33.57% from 572); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAFC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAFC0 is #32503F. Grayscale: #B9B9B9. Windows color (decimal): -3297344 or 12627917. OLE color: 12627917.
HSL color Cylindrical-coordinate representation of color #CDAFC0: hue angle of 326º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDAFC0 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 175 | 192 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.20 |
| HSL | 326º | 0.23% | 0.75% | - |
| HSV(B) | 326º | 0.15% | 0.8% | - |
| XYZ | 50.02 | 47.44 | 56.39 | - |
| YUV | 185.91 | 131.44 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 175 | 192 | 0 | 0.15 | 0.06 | 0.20 | 326 | 0.23 | 0.75 |
| Hex | CD | AF | C0 | 0 | F | 6 | 14 | 146 | 17 | 4B |
| Octal | 315 | 257 | 300 | 0 | 17 | 6 | 24 | 506 | 27 | 113 |
| Binary | 11001101 | 10101111 | 11000000 | 0 | 1111 | 110 | 10100 | 101000110 | 10111 | 1001011 |
Color Harmonies of #CDAFC0
Complementary color
Monochromatic Colors of #CDAFC0
Black with #CDAFC0
Text Example
Text Example
White with #CDAFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAFC0; }
p { color: rgb(205,175,192); }
H1.HeaderClassName
{
color: #CDAFC0;
}
.AnyTagClassName
{
color: #CDAFC0;
}
</style>
background-color css
<style>
a { background-color: #CDAFC0; }
a { background-color: rgb(205,175,192); }
div.DivClassName
{
background-color: #CDAFC0;
}
.BgClassName
{
background-color: #CDAFC0;
}
</style>
border-color css
<style>
span { border-color: #CDAFC0; }
span { border-color: rgb(205,175,192); }
td.TdClassName
{
border-color: #CDAFC0;
}
.TagClassName
{
border-color: #CDAFC0;
}
</style>