Shades of Maverick #CDA8BA
Tints of Maverick #CDA8BA
RGB
CMYK
RGB Variations
Color information
#CDA8BA (or 0xCDA8BA) is known color: Maverick. HEX triplet: CD, A8 and BA. RGB value is (205,168,186). Sum of RGB (Red+Green+Blue) = 205+168+186=559 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.67% from 559); Green value is 168 (66.02% from 255 or 30.05% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA8BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA8BA is #325745. Grayscale: #B5B5B5. Windows color (decimal): -3299142 or 12232909. OLE color: 12232909.
HSL color Cylindrical-coordinate representation of color #CDA8BA: hue angle of 330.81º degrees, saturation: 0.27, 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 #CDA8BA is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 168 | 186 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.20 |
| HSL | 330.81º | 0.27% | 0.73% | - |
| HSV(B) | 330.81º | 0.18% | 0.8% | - |
| XYZ | 48.04 | 44.53 | 52.52 | - |
| YUV | 181.12 | 130.76 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 186 | 0 | 0.18 | 0.09 | 0.20 | 330.81 | 0.27 | 0.73 |
| Hex | CD | A8 | BA | 0 | 12 | 9 | 14 | 14B | 1B | 49 |
| Octal | 315 | 250 | 272 | 0 | 22 | 11 | 24 | 513 | 33 | 111 |
| Binary | 11001101 | 10101000 | 10111010 | 0 | 10010 | 1001 | 10100 | 101001011 | 11011 | 1001001 |
Color Harmonies of #CDA8BA
Complementary color
Monochromatic Colors of #CDA8BA
Black with #CDA8BA
Text Example
Text Example
White with #CDA8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA8BA; }
p { color: rgb(205,168,186); }
H1.HeaderClassName
{
color: #CDA8BA;
}
.AnyTagClassName
{
color: #CDA8BA;
}
</style>
background-color css
<style>
a { background-color: #CDA8BA; }
a { background-color: rgb(205,168,186); }
div.DivClassName
{
background-color: #CDA8BA;
}
.BgClassName
{
background-color: #CDA8BA;
}
</style>
border-color css
<style>
span { border-color: #CDA8BA; }
span { border-color: rgb(205,168,186); }
td.TdClassName
{
border-color: #CDA8BA;
}
.TagClassName
{
border-color: #CDA8BA;
}
</style>