Shades of Maverick #CDABC0
Tints of Maverick #CDABC0
RGB
CMYK
RGB Variations
Color information
#CDABC0 (or 0xCDABC0) is known color: Maverick. HEX triplet: CD, AB and C0. RGB value is (205,171,192). Sum of RGB (Red+Green+Blue) = 205+171+192=568 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.09% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 192 (75.39% from 255 or 33.80% from 568); Max value from RGB is 205 - color contains mainly: red. Hex color #CDABC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDABC0 is #32543F. Grayscale: #B7B7B7. Windows color (decimal): -3298368 or 12626893. OLE color: 12626893.
HSL color Cylindrical-coordinate representation of color #CDABC0: hue angle of 322.94º 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 #CDABC0 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 171 | 192 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.20 |
| HSL | 322.94º | 0.25% | 0.74% | - |
| HSV(B) | 322.94º | 0.17% | 0.8% | - |
| XYZ | 49.25 | 45.91 | 56.13 | - |
| YUV | 183.56 | 132.76 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 171 | 192 | 0 | 0.17 | 0.06 | 0.20 | 322.94 | 0.25 | 0.74 |
| Hex | CD | AB | C0 | 0 | 11 | 6 | 14 | 143 | 19 | 4A |
| Octal | 315 | 253 | 300 | 0 | 21 | 6 | 24 | 503 | 31 | 112 |
| Binary | 11001101 | 10101011 | 11000000 | 0 | 10001 | 110 | 10100 | 101000011 | 11001 | 1001010 |
Color Harmonies of #CDABC0
Complementary color
Monochromatic Colors of #CDABC0
Black with #CDABC0
Text Example
Text Example
White with #CDABC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDABC0; }
p { color: rgb(205,171,192); }
H1.HeaderClassName
{
color: #CDABC0;
}
.AnyTagClassName
{
color: #CDABC0;
}
</style>
background-color css
<style>
a { background-color: #CDABC0; }
a { background-color: rgb(205,171,192); }
div.DivClassName
{
background-color: #CDABC0;
}
.BgClassName
{
background-color: #CDABC0;
}
</style>
border-color css
<style>
span { border-color: #CDABC0; }
span { border-color: rgb(205,171,192); }
td.TdClassName
{
border-color: #CDABC0;
}
.TagClassName
{
border-color: #CDABC0;
}
</style>