Shades of Maverick #CDADC1
Tints of Maverick #CDADC1
RGB
CMYK
RGB Variations
Color information
#CDADC1 (or 0xCDADC1) is known color: Maverick. HEX triplet: CD, AD and C1. RGB value is (205,173,193). Sum of RGB (Red+Green+Blue) = 205+173+193=571 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.90% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 193 (75.78% from 255 or 33.80% from 571); Max value from RGB is 205 - color contains mainly: red. Hex color #CDADC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDADC1 is #32523E. Grayscale: #B8B8B8. Windows color (decimal): -3297855 or 12692941. OLE color: 12692941.
HSL color Cylindrical-coordinate representation of color #CDADC1: hue angle of 322.5º degrees, saturation: 0.24, 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 #CDADC1 is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 173 | 193 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.20 |
| HSL | 322.5º | 0.24% | 0.74% | - |
| HSV(B) | 322.5º | 0.16% | 0.8% | - |
| XYZ | 49.75 | 46.72 | 56.85 | - |
| YUV | 184.85 | 132.6 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 173 | 193 | 0 | 0.16 | 0.06 | 0.20 | 322.5 | 0.24 | 0.74 |
| Hex | CD | AD | C1 | 0 | 10 | 6 | 14 | 142 | 18 | 4A |
| Octal | 315 | 255 | 301 | 0 | 20 | 6 | 24 | 502 | 30 | 112 |
| Binary | 11001101 | 10101101 | 11000001 | 0 | 10000 | 110 | 10100 | 101000010 | 11000 | 1001010 |
Color Harmonies of #CDADC1
Complementary color
Monochromatic Colors of #CDADC1
Black with #CDADC1
Text Example
Text Example
White with #CDADC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDADC1; }
p { color: rgb(205,173,193); }
H1.HeaderClassName
{
color: #CDADC1;
}
.AnyTagClassName
{
color: #CDADC1;
}
</style>
background-color css
<style>
a { background-color: #CDADC1; }
a { background-color: rgb(205,173,193); }
div.DivClassName
{
background-color: #CDADC1;
}
.BgClassName
{
background-color: #CDADC1;
}
</style>
border-color css
<style>
span { border-color: #CDADC1; }
span { border-color: rgb(205,173,193); }
td.TdClassName
{
border-color: #CDADC1;
}
.TagClassName
{
border-color: #CDADC1;
}
</style>