Shades of Maverick #CDAEC0
Tints of Maverick #CDAEC0
RGB
CMYK
RGB Variations
Color information
#CDAEC0 (or 0xCDAEC0) is known color: Maverick. HEX triplet: CD, AE and C0. RGB value is (205,174,192). Sum of RGB (Red+Green+Blue) = 205+174+192=571 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.90% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 192 (75.39% from 255 or 33.63% from 571); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAEC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAEC0 is #32513F. Grayscale: #B9B9B9. Windows color (decimal): -3297600 or 12627661. OLE color: 12627661.
HSL color Cylindrical-coordinate representation of color #CDAEC0: hue angle of 325.16º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDAEC0 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 174 | 192 | - |
CMYK | 0 | 0.15 | 0.06 | 0.20 |
HSL | 325.16º | 0.24% | 0.74% | - |
HSV(B) | 325.16º | 0.15% | 0.8% | - |
XYZ | 49.83 | 47.06 | 56.33 | - |
YUV | 185.32 | 131.77 | 142.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 174 | 192 | 0 | 0.15 | 0.06 | 0.20 | 325.16 | 0.24 | 0.74 |
Hex | CD | AE | C0 | 0 | F | 6 | 14 | 145 | 18 | 4A |
Octal | 315 | 256 | 300 | 0 | 17 | 6 | 24 | 505 | 30 | 112 |
Binary | 11001101 | 10101110 | 11000000 | 0 | 1111 | 110 | 10100 | 101000101 | 11000 | 1001010 |
Color Harmonies of #CDAEC0
Complementary color
Monochromatic Colors of #CDAEC0
Black with #CDAEC0
Text Example
Text Example
White with #CDAEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAEC0; }
p { color: rgb(205,174,192); }
H1.HeaderClassName
{
color: #CDAEC0;
}
.AnyTagClassName
{
color: #CDAEC0;
}
</style>
background-color css
<style>
a { background-color: #CDAEC0; }
a { background-color: rgb(205,174,192); }
div.DivClassName
{
background-color: #CDAEC0;
}
.BgClassName
{
background-color: #CDAEC0;
}
</style>
border-color css
<style>
span { border-color: #CDAEC0; }
span { border-color: rgb(205,174,192); }
td.TdClassName
{
border-color: #CDAEC0;
}
.TagClassName
{
border-color: #CDAEC0;
}
</style>