Shades of Maverick #CDA7BE
Tints of Maverick #CDA7BE
RGB
CMYK
RGB Variations
Color information
#CDA7BE (or 0xCDA7BE) is known color: Maverick. HEX triplet: CD, A7 and BE. RGB value is (205,167,190). Sum of RGB (Red+Green+Blue) = 205+167+190=562 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.48% from 562); Green value is 167 (65.62% from 255 or 29.72% from 562); Blue value is 190 (74.61% from 255 or 33.81% from 562); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA7BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA7BE is #325841. Grayscale: #B4B4B4. Windows color (decimal): -3299394 or 12494797. OLE color: 12494797.
HSL color Cylindrical-coordinate representation of color #CDA7BE: hue angle of 323.68º 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 #CDA7BE is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 167 | 190 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.20 |
| HSL | 323.68º | 0.28% | 0.73% | - |
| HSV(B) | 323.68º | 0.19% | 0.8% | - |
| XYZ | 48.29 | 44.33 | 54.73 | - |
| YUV | 180.98 | 133.09 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 167 | 190 | 0 | 0.19 | 0.07 | 0.20 | 323.68 | 0.28 | 0.73 |
| Hex | CD | A7 | BE | 0 | 13 | 7 | 14 | 144 | 1C | 49 |
| Octal | 315 | 247 | 276 | 0 | 23 | 7 | 24 | 504 | 34 | 111 |
| Binary | 11001101 | 10100111 | 10111110 | 0 | 10011 | 111 | 10100 | 101000100 | 11100 | 1001001 |
Color Harmonies of #CDA7BE
Complementary color
Monochromatic Colors of #CDA7BE
Black with #CDA7BE
Text Example
Text Example
White with #CDA7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA7BE; }
p { color: rgb(205,167,190); }
H1.HeaderClassName
{
color: #CDA7BE;
}
.AnyTagClassName
{
color: #CDA7BE;
}
</style>
background-color css
<style>
a { background-color: #CDA7BE; }
a { background-color: rgb(205,167,190); }
div.DivClassName
{
background-color: #CDA7BE;
}
.BgClassName
{
background-color: #CDA7BE;
}
</style>
border-color css
<style>
span { border-color: #CDA7BE; }
span { border-color: rgb(205,167,190); }
td.TdClassName
{
border-color: #CDA7BE;
}
.TagClassName
{
border-color: #CDA7BE;
}
</style>