Shades of Maverick #CDACB9
Tints of Maverick #CDACB9
RGB
CMYK
RGB Variations
Color information
#CDACB9 (or 0xCDACB9) is known color: Maverick. HEX triplet: CD, AC and B9. RGB value is (205,172,185). Sum of RGB (Red+Green+Blue) = 205+172+185=562 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.48% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 185 (72.66% from 255 or 32.92% from 562); Max value from RGB is 205 - color contains mainly: red. Hex color #CDACB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDACB9 is #325346. Grayscale: #B7B7B7. Windows color (decimal): -3298119 or 12168397. OLE color: 12168397.
HSL color Cylindrical-coordinate representation of color #CDACB9: hue angle of 336.36º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDACB9 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 172 | 185 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.20 |
| HSL | 336.36º | 0.25% | 0.74% | - |
| HSV(B) | 336.36º | 0.16% | 0.8% | - |
| XYZ | 48.69 | 45.99 | 52.21 | - |
| YUV | 183.35 | 128.93 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 172 | 185 | 0 | 0.16 | 0.10 | 0.20 | 336.36 | 0.25 | 0.74 |
| Hex | CD | AC | B9 | 0 | 10 | A | 14 | 150 | 19 | 4A |
| Octal | 315 | 254 | 271 | 0 | 20 | 12 | 24 | 520 | 31 | 112 |
| Binary | 11001101 | 10101100 | 10111001 | 0 | 10000 | 1010 | 10100 | 101010000 | 11001 | 1001010 |
Color Harmonies of #CDACB9
Complementary color
Monochromatic Colors of #CDACB9
Black with #CDACB9
Text Example
Text Example
White with #CDACB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDACB9; }
p { color: rgb(205,172,185); }
H1.HeaderClassName
{
color: #CDACB9;
}
.AnyTagClassName
{
color: #CDACB9;
}
</style>
background-color css
<style>
a { background-color: #CDACB9; }
a { background-color: rgb(205,172,185); }
div.DivClassName
{
background-color: #CDACB9;
}
.BgClassName
{
background-color: #CDACB9;
}
</style>
border-color css
<style>
span { border-color: #CDACB9; }
span { border-color: rgb(205,172,185); }
td.TdClassName
{
border-color: #CDACB9;
}
.TagClassName
{
border-color: #CDACB9;
}
</style>