Shades of Maverick #CDADC5
Tints of Maverick #CDADC5
RGB
CMYK
RGB Variations
Color information
#CDADC5 (or 0xCDADC5) is known color: Maverick. HEX triplet: CD, AD and C5. RGB value is (205,173,197). Sum of RGB (Red+Green+Blue) = 205+173+197=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 197 (77.34% from 255 or 34.26% from 575); Max value from RGB is 205 - color contains mainly: red. Hex color #CDADC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDADC5 is #32523A. Grayscale: #B9B9B9. Windows color (decimal): -3297851 or 12955085. OLE color: 12955085.
HSL color Cylindrical-coordinate representation of color #CDADC5: hue angle of 315º 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 #CDADC5 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 173 | 197 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.20 |
| HSL | 315º | 0.24% | 0.74% | - |
| HSV(B) | 315º | 0.16% | 0.8% | - |
| XYZ | 50.2 | 46.9 | 59.23 | - |
| YUV | 185.3 | 134.6 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 173 | 197 | 0 | 0.16 | 0.04 | 0.20 | 315 | 0.24 | 0.74 |
| Hex | CD | AD | C5 | 0 | 10 | 4 | 14 | 13B | 18 | 4A |
| Octal | 315 | 255 | 305 | 0 | 20 | 4 | 24 | 473 | 30 | 112 |
| Binary | 11001101 | 10101101 | 11000101 | 0 | 10000 | 100 | 10100 | 100111011 | 11000 | 1001010 |
Color Harmonies of #CDADC5
Complementary color
Monochromatic Colors of #CDADC5
Black with #CDADC5
Text Example
Text Example
White with #CDADC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDADC5; }
p { color: rgb(205,173,197); }
H1.HeaderClassName
{
color: #CDADC5;
}
.AnyTagClassName
{
color: #CDADC5;
}
</style>
background-color css
<style>
a { background-color: #CDADC5; }
a { background-color: rgb(205,173,197); }
div.DivClassName
{
background-color: #CDADC5;
}
.BgClassName
{
background-color: #CDADC5;
}
</style>
border-color css
<style>
span { border-color: #CDADC5; }
span { border-color: rgb(205,173,197); }
td.TdClassName
{
border-color: #CDADC5;
}
.TagClassName
{
border-color: #CDADC5;
}
</style>