Shades of Maverick #CDABC5
Tints of Maverick #CDABC5
RGB
CMYK
RGB Variations
Color information
#CDABC5 (or 0xCDABC5) is known color: Maverick. HEX triplet: CD, AB and C5. RGB value is (205,171,197). Sum of RGB (Red+Green+Blue) = 205+171+197=573 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.78% from 573); Green value is 171 (67.19% from 255 or 29.84% from 573); Blue value is 197 (77.34% from 255 or 34.38% from 573); Max value from RGB is 205 - color contains mainly: red. Hex color #CDABC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDABC5 is #32543A. Grayscale: #B8B8B8. Windows color (decimal): -3298363 or 12954573. OLE color: 12954573.
HSL color Cylindrical-coordinate representation of color #CDABC5: hue angle of 314.12º 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 #CDABC5 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 171 | 197 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.20 |
| HSL | 314.12º | 0.25% | 0.74% | - |
| HSV(B) | 314.12º | 0.17% | 0.8% | - |
| XYZ | 49.82 | 46.14 | 59.1 | - |
| YUV | 184.13 | 135.26 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 171 | 197 | 0 | 0.17 | 0.04 | 0.20 | 314.12 | 0.25 | 0.74 |
| Hex | CD | AB | C5 | 0 | 11 | 4 | 14 | 13A | 19 | 4A |
| Octal | 315 | 253 | 305 | 0 | 21 | 4 | 24 | 472 | 31 | 112 |
| Binary | 11001101 | 10101011 | 11000101 | 0 | 10001 | 100 | 10100 | 100111010 | 11001 | 1001010 |
Color Harmonies of #CDABC5
Complementary color
Monochromatic Colors of #CDABC5
Black with #CDABC5
Text Example
Text Example
White with #CDABC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDABC5; }
p { color: rgb(205,171,197); }
H1.HeaderClassName
{
color: #CDABC5;
}
.AnyTagClassName
{
color: #CDABC5;
}
</style>
background-color css
<style>
a { background-color: #CDABC5; }
a { background-color: rgb(205,171,197); }
div.DivClassName
{
background-color: #CDABC5;
}
.BgClassName
{
background-color: #CDABC5;
}
</style>
border-color css
<style>
span { border-color: #CDABC5; }
span { border-color: rgb(205,171,197); }
td.TdClassName
{
border-color: #CDABC5;
}
.TagClassName
{
border-color: #CDABC5;
}
</style>