Shades of Maverick #CDA3BD
Tints of Maverick #CDA3BD
RGB
CMYK
RGB Variations
Color information
#CDA3BD (or 0xCDA3BD) is known color: Maverick. HEX triplet: CD, A3 and BD. RGB value is (205,163,189). Sum of RGB (Red+Green+Blue) = 205+163+189=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 163 (64.06% from 255 or 29.26% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA3BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA3BD is #325C42. Grayscale: #B2B2B2. Windows color (decimal): -3300419 or 12428237. OLE color: 12428237.
HSL color Cylindrical-coordinate representation of color #CDA3BD: hue angle of 322.86º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDA3BD is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 163 | 189 | - |
| CMYK | 0 | 0.20 | 0.08 | 0.20 |
| HSL | 322.86º | 0.3% | 0.72% | - |
| HSV(B) | 322.86º | 0.2% | 0.8% | - |
| XYZ | 47.46 | 42.85 | 53.91 | - |
| YUV | 178.52 | 133.91 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 189 | 0 | 0.20 | 0.08 | 0.20 | 322.86 | 0.3 | 0.72 |
| Hex | CD | A3 | BD | 0 | 14 | 8 | 14 | 143 | 1E | 48 |
| Octal | 315 | 243 | 275 | 0 | 24 | 10 | 24 | 503 | 36 | 110 |
| Binary | 11001101 | 10100011 | 10111101 | 0 | 10100 | 1000 | 10100 | 101000011 | 11110 | 1001000 |
Color Harmonies of #CDA3BD
Complementary color
Monochromatic Colors of #CDA3BD
Black with #CDA3BD
Text Example
Text Example
White with #CDA3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA3BD; }
p { color: rgb(205,163,189); }
H1.HeaderClassName
{
color: #CDA3BD;
}
.AnyTagClassName
{
color: #CDA3BD;
}
</style>
background-color css
<style>
a { background-color: #CDA3BD; }
a { background-color: rgb(205,163,189); }
div.DivClassName
{
background-color: #CDA3BD;
}
.BgClassName
{
background-color: #CDA3BD;
}
</style>
border-color css
<style>
span { border-color: #CDA3BD; }
span { border-color: rgb(205,163,189); }
td.TdClassName
{
border-color: #CDA3BD;
}
.TagClassName
{
border-color: #CDA3BD;
}
</style>