Shades of Maverick #CDA6BF
Tints of Maverick #CDA6BF
RGB
CMYK
RGB Variations
Color information
#CDA6BF (or 0xCDA6BF) is known color: Maverick. HEX triplet: CD, A6 and BF. RGB value is (205,166,191). Sum of RGB (Red+Green+Blue) = 205+166+191=562 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.48% from 562); Green value is 166 (65.23% from 255 or 29.54% from 562); Blue value is 191 (75% from 255 or 33.99% from 562); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA6BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA6BF is #325940. Grayscale: #B4B4B4. Windows color (decimal): -3299649 or 12560077. OLE color: 12560077.
HSL color Cylindrical-coordinate representation of color #CDA6BF: hue angle of 321.54º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDA6BF is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 166 | 191 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.20 |
| HSL | 321.54º | 0.28% | 0.73% | - |
| HSV(B) | 321.54º | 0.19% | 0.8% | - |
| XYZ | 48.22 | 44.01 | 55.24 | - |
| YUV | 180.51 | 133.92 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 166 | 191 | 0 | 0.19 | 0.07 | 0.20 | 321.54 | 0.28 | 0.73 |
| Hex | CD | A6 | BF | 0 | 13 | 7 | 14 | 142 | 1C | 49 |
| Octal | 315 | 246 | 277 | 0 | 23 | 7 | 24 | 502 | 34 | 111 |
| Binary | 11001101 | 10100110 | 10111111 | 0 | 10011 | 111 | 10100 | 101000010 | 11100 | 1001001 |
Color Harmonies of #CDA6BF
Complementary color
Monochromatic Colors of #CDA6BF
Black with #CDA6BF
Text Example
Text Example
White with #CDA6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA6BF; }
p { color: rgb(205,166,191); }
H1.HeaderClassName
{
color: #CDA6BF;
}
.AnyTagClassName
{
color: #CDA6BF;
}
</style>
background-color css
<style>
a { background-color: #CDA6BF; }
a { background-color: rgb(205,166,191); }
div.DivClassName
{
background-color: #CDA6BF;
}
.BgClassName
{
background-color: #CDA6BF;
}
</style>
border-color css
<style>
span { border-color: #CDA6BF; }
span { border-color: rgb(205,166,191); }
td.TdClassName
{
border-color: #CDA6BF;
}
.TagClassName
{
border-color: #CDA6BF;
}
</style>