Shades of Maverick #CDACC6
Tints of Maverick #CDACC6
RGB
CMYK
RGB Variations
Color information
#CDACC6 (or 0xCDACC6) is known color: Maverick. HEX triplet: CD, AC and C6. RGB value is (205,172,198). Sum of RGB (Red+Green+Blue) = 205+172+198=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 172 (67.58% from 255 or 29.91% from 575); Blue value is 198 (77.73% from 255 or 34.43% from 575); Max value from RGB is 205 - color contains mainly: red. Hex color #CDACC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDACC6 is #325339. Grayscale: #B8B8B8. Windows color (decimal): -3298106 or 13020365. OLE color: 13020365.
HSL color Cylindrical-coordinate representation of color #CDACC6: hue angle of 312.73º 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 #CDACC6 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 172 | 198 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.20 |
| HSL | 312.73º | 0.25% | 0.74% | - |
| HSV(B) | 312.73º | 0.16% | 0.8% | - |
| XYZ | 50.12 | 46.56 | 59.77 | - |
| YUV | 184.83 | 135.43 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 172 | 198 | 0 | 0.16 | 0.03 | 0.20 | 312.73 | 0.25 | 0.74 |
| Hex | CD | AC | C6 | 0 | 10 | 3 | 14 | 139 | 19 | 4A |
| Octal | 315 | 254 | 306 | 0 | 20 | 3 | 24 | 471 | 31 | 112 |
| Binary | 11001101 | 10101100 | 11000110 | 0 | 10000 | 11 | 10100 | 100111001 | 11001 | 1001010 |
Color Harmonies of #CDACC6
Complementary color
Monochromatic Colors of #CDACC6
Black with #CDACC6
Text Example
Text Example
White with #CDACC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDACC6; }
p { color: rgb(205,172,198); }
H1.HeaderClassName
{
color: #CDACC6;
}
.AnyTagClassName
{
color: #CDACC6;
}
</style>
background-color css
<style>
a { background-color: #CDACC6; }
a { background-color: rgb(205,172,198); }
div.DivClassName
{
background-color: #CDACC6;
}
.BgClassName
{
background-color: #CDACC6;
}
</style>
border-color css
<style>
span { border-color: #CDACC6; }
span { border-color: rgb(205,172,198); }
td.TdClassName
{
border-color: #CDACC6;
}
.TagClassName
{
border-color: #CDACC6;
}
</style>