Shades of Maverick #CDA9BD
Tints of Maverick #CDA9BD
RGB
CMYK
RGB Variations
Color information
#CDA9BD (or 0xCDA9BD) is known color: Maverick. HEX triplet: CD, A9 and BD. RGB value is (205,169,189). Sum of RGB (Red+Green+Blue) = 205+169+189=563 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.41% from 563); Green value is 169 (66.41% from 255 or 30.02% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA9BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA9BD is #325642. Grayscale: #B5B5B5. Windows color (decimal): -3298883 or 12429773. OLE color: 12429773.
HSL color Cylindrical-coordinate representation of color #CDA9BD: hue angle of 326.67º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDA9BD is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 189 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.20 |
| HSL | 326.67º | 0.26% | 0.73% | - |
| HSV(B) | 326.67º | 0.18% | 0.8% | - |
| XYZ | 48.55 | 45.03 | 54.28 | - |
| YUV | 182.04 | 131.93 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 189 | 0 | 0.18 | 0.08 | 0.20 | 326.67 | 0.26 | 0.73 |
| Hex | CD | A9 | BD | 0 | 12 | 8 | 14 | 147 | 1A | 49 |
| Octal | 315 | 251 | 275 | 0 | 22 | 10 | 24 | 507 | 32 | 111 |
| Binary | 11001101 | 10101001 | 10111101 | 0 | 10010 | 1000 | 10100 | 101000111 | 11010 | 1001001 |
Color Harmonies of #CDA9BD
Complementary color
Monochromatic Colors of #CDA9BD
Black with #CDA9BD
Text Example
Text Example
White with #CDA9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA9BD; }
p { color: rgb(205,169,189); }
H1.HeaderClassName
{
color: #CDA9BD;
}
.AnyTagClassName
{
color: #CDA9BD;
}
</style>
background-color css
<style>
a { background-color: #CDA9BD; }
a { background-color: rgb(205,169,189); }
div.DivClassName
{
background-color: #CDA9BD;
}
.BgClassName
{
background-color: #CDA9BD;
}
</style>
border-color css
<style>
span { border-color: #CDA9BD; }
span { border-color: rgb(205,169,189); }
td.TdClassName
{
border-color: #CDA9BD;
}
.TagClassName
{
border-color: #CDA9BD;
}
</style>