Shades of Maverick #CDAABA
Tints of Maverick #CDAABA
RGB
CMYK
RGB Variations
Color information
#CDAABA (or 0xCDAABA) is known color: Maverick. HEX triplet: CD, AA and BA. RGB value is (205,170,186). Sum of RGB (Red+Green+Blue) = 205+170+186=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAABA is #325545. Grayscale: #B6B6B6. Windows color (decimal): -3298630 or 12233421. OLE color: 12233421.
HSL color Cylindrical-coordinate representation of color #CDAABA: hue angle of 332.57º degrees, saturation: 0.26, 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 #CDAABA is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 170 | 186 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.20 |
| HSL | 332.57º | 0.26% | 0.74% | - |
| HSV(B) | 332.57º | 0.17% | 0.8% | - |
| XYZ | 48.41 | 45.27 | 52.64 | - |
| YUV | 182.29 | 130.1 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 170 | 186 | 0 | 0.17 | 0.09 | 0.20 | 332.57 | 0.26 | 0.74 |
| Hex | CD | AA | BA | 0 | 11 | 9 | 14 | 14D | 1A | 4A |
| Octal | 315 | 252 | 272 | 0 | 21 | 11 | 24 | 515 | 32 | 112 |
| Binary | 11001101 | 10101010 | 10111010 | 0 | 10001 | 1001 | 10100 | 101001101 | 11010 | 1001010 |
Color Harmonies of #CDAABA
Complementary color
Monochromatic Colors of #CDAABA
Black with #CDAABA
Text Example
Text Example
White with #CDAABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAABA; }
p { color: rgb(205,170,186); }
H1.HeaderClassName
{
color: #CDAABA;
}
.AnyTagClassName
{
color: #CDAABA;
}
</style>
background-color css
<style>
a { background-color: #CDAABA; }
a { background-color: rgb(205,170,186); }
div.DivClassName
{
background-color: #CDAABA;
}
.BgClassName
{
background-color: #CDAABA;
}
</style>
border-color css
<style>
span { border-color: #CDAABA; }
span { border-color: rgb(205,170,186); }
td.TdClassName
{
border-color: #CDAABA;
}
.TagClassName
{
border-color: #CDAABA;
}
</style>