Shades of Maverick #CDACC5
Tints of Maverick #CDACC5
RGB
CMYK
RGB Variations
Color information
#CDACC5 (or 0xCDACC5) is known color: Maverick. HEX triplet: CD, AC and C5. RGB value is (205,172,197). Sum of RGB (Red+Green+Blue) = 205+172+197=574 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.71% from 574); Green value is 172 (67.58% from 255 or 29.97% from 574); Blue value is 197 (77.34% from 255 or 34.32% from 574); Max value from RGB is 205 - color contains mainly: red. Hex color #CDACC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDACC5 is #32533A. Grayscale: #B8B8B8. Windows color (decimal): -3298107 or 12954829. OLE color: 12954829.
HSL color Cylindrical-coordinate representation of color #CDACC5: hue angle of 314.55º degrees, saturation: 0.25, 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 #CDACC5 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 172 | 197 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.20 |
| HSL | 314.55º | 0.25% | 0.74% | - |
| HSV(B) | 314.55º | 0.16% | 0.8% | - |
| XYZ | 50.01 | 46.52 | 59.17 | - |
| YUV | 184.72 | 134.93 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 172 | 197 | 0 | 0.16 | 0.04 | 0.20 | 314.55 | 0.25 | 0.74 |
| Hex | CD | AC | C5 | 0 | 10 | 4 | 14 | 13B | 19 | 4A |
| Octal | 315 | 254 | 305 | 0 | 20 | 4 | 24 | 473 | 31 | 112 |
| Binary | 11001101 | 10101100 | 11000101 | 0 | 10000 | 100 | 10100 | 100111011 | 11001 | 1001010 |
Color Harmonies of #CDACC5
Complementary color
Monochromatic Colors of #CDACC5
Black with #CDACC5
Text Example
Text Example
White with #CDACC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDACC5; }
p { color: rgb(205,172,197); }
H1.HeaderClassName
{
color: #CDACC5;
}
.AnyTagClassName
{
color: #CDACC5;
}
</style>
background-color css
<style>
a { background-color: #CDACC5; }
a { background-color: rgb(205,172,197); }
div.DivClassName
{
background-color: #CDACC5;
}
.BgClassName
{
background-color: #CDACC5;
}
</style>
border-color css
<style>
span { border-color: #CDACC5; }
span { border-color: rgb(205,172,197); }
td.TdClassName
{
border-color: #CDACC5;
}
.TagClassName
{
border-color: #CDACC5;
}
</style>