Shades of Maverick #CDA9C5
Tints of Maverick #CDA9C5
RGB
CMYK
RGB Variations
Color information
#CDA9C5 (or 0xCDA9C5) is known color: Maverick. HEX triplet: CD, A9 and C5. RGB value is (205,169,197). Sum of RGB (Red+Green+Blue) = 205+169+197=571 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.90% from 571); Green value is 169 (66.41% from 255 or 29.60% from 571); Blue value is 197 (77.34% from 255 or 34.50% from 571); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA9C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA9C5 is #32563A. Grayscale: #B6B6B6. Windows color (decimal): -3298875 or 12954061. OLE color: 12954061.
HSL color Cylindrical-coordinate representation of color #CDA9C5: hue angle of 313.33º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDA9C5 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 169 | 197 | - |
CMYK | 0 | 0.18 | 0.04 | 0.20 |
HSL | 313.33º | 0.26% | 0.73% | - |
HSV(B) | 313.33º | 0.18% | 0.8% | - |
XYZ | 49.44 | 45.39 | 58.98 | - |
YUV | 182.96 | 135.93 | 143.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 169 | 197 | 0 | 0.18 | 0.04 | 0.20 | 313.33 | 0.26 | 0.73 |
Hex | CD | A9 | C5 | 0 | 12 | 4 | 14 | 139 | 1A | 49 |
Octal | 315 | 251 | 305 | 0 | 22 | 4 | 24 | 471 | 32 | 111 |
Binary | 11001101 | 10101001 | 11000101 | 0 | 10010 | 100 | 10100 | 100111001 | 11010 | 1001001 |
Color Harmonies of #CDA9C5
Complementary color
Monochromatic Colors of #CDA9C5
Black with #CDA9C5
Text Example
Text Example
White with #CDA9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA9C5; }
p { color: rgb(205,169,197); }
H1.HeaderClassName
{
color: #CDA9C5;
}
.AnyTagClassName
{
color: #CDA9C5;
}
</style>
background-color css
<style>
a { background-color: #CDA9C5; }
a { background-color: rgb(205,169,197); }
div.DivClassName
{
background-color: #CDA9C5;
}
.BgClassName
{
background-color: #CDA9C5;
}
</style>
border-color css
<style>
span { border-color: #CDA9C5; }
span { border-color: rgb(205,169,197); }
td.TdClassName
{
border-color: #CDA9C5;
}
.TagClassName
{
border-color: #CDA9C5;
}
</style>