Shades of Maverick #CDACC2
Tints of Maverick #CDACC2
RGB
CMYK
RGB Variations
Color information
#CDACC2 (or 0xCDACC2) is known color: Maverick. HEX triplet: CD, AC and C2. RGB value is (205,172,194). Sum of RGB (Red+Green+Blue) = 205+172+194=571 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.90% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 194 (76.17% from 255 or 33.98% from 571); Max value from RGB is 205 - color contains mainly: red. Hex color #CDACC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDACC2 is #32533D. Grayscale: #B8B8B8. Windows color (decimal): -3298110 or 12758221. OLE color: 12758221.
HSL color Cylindrical-coordinate representation of color #CDACC2: hue angle of 320º 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 #CDACC2 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 172 | 194 | - |
CMYK | 0 | 0.16 | 0.05 | 0.20 |
HSL | 320º | 0.25% | 0.74% | - |
HSV(B) | 320º | 0.16% | 0.8% | - |
XYZ | 49.67 | 46.38 | 57.37 | - |
YUV | 184.38 | 133.43 | 142.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 172 | 194 | 0 | 0.16 | 0.05 | 0.20 | 320 | 0.25 | 0.74 |
Hex | CD | AC | C2 | 0 | 10 | 5 | 14 | 140 | 19 | 4A |
Octal | 315 | 254 | 302 | 0 | 20 | 5 | 24 | 500 | 31 | 112 |
Binary | 11001101 | 10101100 | 11000010 | 0 | 10000 | 101 | 10100 | 101000000 | 11001 | 1001010 |
Color Harmonies of #CDACC2
Complementary color
Monochromatic Colors of #CDACC2
Black with #CDACC2
Text Example
Text Example
White with #CDACC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDACC2; }
p { color: rgb(205,172,194); }
H1.HeaderClassName
{
color: #CDACC2;
}
.AnyTagClassName
{
color: #CDACC2;
}
</style>
background-color css
<style>
a { background-color: #CDACC2; }
a { background-color: rgb(205,172,194); }
div.DivClassName
{
background-color: #CDACC2;
}
.BgClassName
{
background-color: #CDACC2;
}
</style>
border-color css
<style>
span { border-color: #CDACC2; }
span { border-color: rgb(205,172,194); }
td.TdClassName
{
border-color: #CDACC2;
}
.TagClassName
{
border-color: #CDACC2;
}
</style>