Shades of Maverick #CDABB9
Tints of Maverick #CDABB9
RGB
CMYK
RGB Variations
Color information
#CDABB9 (or 0xCDABB9) is known color: Maverick. HEX triplet: CD, AB and B9. RGB value is (205,171,185). Sum of RGB (Red+Green+Blue) = 205+171+185=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 171 (67.19% from 255 or 30.48% from 561); Blue value is 185 (72.66% from 255 or 32.98% from 561); Max value from RGB is 205 - color contains mainly: red. Hex color #CDABB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDABB9 is #325446. Grayscale: #B6B6B6. Windows color (decimal): -3298375 or 12168141. OLE color: 12168141.
HSL color Cylindrical-coordinate representation of color #CDABB9: hue angle of 335.29º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDABB9 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 171 | 185 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.20 |
| HSL | 335.29º | 0.25% | 0.74% | - |
| HSV(B) | 335.29º | 0.17% | 0.8% | - |
| XYZ | 48.5 | 45.61 | 52.15 | - |
| YUV | 182.76 | 129.26 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 171 | 185 | 0 | 0.17 | 0.10 | 0.20 | 335.29 | 0.25 | 0.74 |
| Hex | CD | AB | B9 | 0 | 11 | A | 14 | 14F | 19 | 4A |
| Octal | 315 | 253 | 271 | 0 | 21 | 12 | 24 | 517 | 31 | 112 |
| Binary | 11001101 | 10101011 | 10111001 | 0 | 10001 | 1010 | 10100 | 101001111 | 11001 | 1001010 |
Color Harmonies of #CDABB9
Complementary color
Monochromatic Colors of #CDABB9
Black with #CDABB9
Text Example
Text Example
White with #CDABB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDABB9; }
p { color: rgb(205,171,185); }
H1.HeaderClassName
{
color: #CDABB9;
}
.AnyTagClassName
{
color: #CDABB9;
}
</style>
background-color css
<style>
a { background-color: #CDABB9; }
a { background-color: rgb(205,171,185); }
div.DivClassName
{
background-color: #CDABB9;
}
.BgClassName
{
background-color: #CDABB9;
}
</style>
border-color css
<style>
span { border-color: #CDABB9; }
span { border-color: rgb(205,171,185); }
td.TdClassName
{
border-color: #CDABB9;
}
.TagClassName
{
border-color: #CDABB9;
}
</style>