Shades of Maverick #CDAABD
Tints of Maverick #CDAABD
RGB
CMYK
RGB Variations
Color information
#CDAABD (or 0xCDAABD) is known color: Maverick. HEX triplet: CD, AA and BD. RGB value is (205,170,189). Sum of RGB (Red+Green+Blue) = 205+170+189=564 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.35% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAABD is #325542. Grayscale: #B6B6B6. Windows color (decimal): -3298627 or 12430029. OLE color: 12430029.
HSL color Cylindrical-coordinate representation of color #CDAABD: hue angle of 327.43º 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 #CDAABD is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 170 | 189 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.20 |
| HSL | 327.43º | 0.26% | 0.74% | - |
| HSV(B) | 327.43º | 0.17% | 0.8% | - |
| XYZ | 48.74 | 45.4 | 54.34 | - |
| YUV | 182.63 | 131.6 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 170 | 189 | 0 | 0.17 | 0.08 | 0.20 | 327.43 | 0.26 | 0.74 |
| Hex | CD | AA | BD | 0 | 11 | 8 | 14 | 147 | 1A | 4A |
| Octal | 315 | 252 | 275 | 0 | 21 | 10 | 24 | 507 | 32 | 112 |
| Binary | 11001101 | 10101010 | 10111101 | 0 | 10001 | 1000 | 10100 | 101000111 | 11010 | 1001010 |
Color Harmonies of #CDAABD
Complementary color
Monochromatic Colors of #CDAABD
Black with #CDAABD
Text Example
Text Example
White with #CDAABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAABD; }
p { color: rgb(205,170,189); }
H1.HeaderClassName
{
color: #CDAABD;
}
.AnyTagClassName
{
color: #CDAABD;
}
</style>
background-color css
<style>
a { background-color: #CDAABD; }
a { background-color: rgb(205,170,189); }
div.DivClassName
{
background-color: #CDAABD;
}
.BgClassName
{
background-color: #CDAABD;
}
</style>
border-color css
<style>
span { border-color: #CDAABD; }
span { border-color: rgb(205,170,189); }
td.TdClassName
{
border-color: #CDAABD;
}
.TagClassName
{
border-color: #CDAABD;
}
</style>