Shades of Maverick #CDA2C2
Tints of Maverick #CDA2C2
RGB
CMYK
RGB Variations
Color information
#CDA2C2 (or 0xCDA2C2) is known color: Maverick. HEX triplet: CD, A2 and C2. RGB value is (205,162,194). Sum of RGB (Red+Green+Blue) = 205+162+194=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 162 (63.67% from 255 or 28.88% from 561); Blue value is 194 (76.17% from 255 or 34.58% from 561); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA2C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA2C2 is #325D3D. Grayscale: #B2B2B2. Windows color (decimal): -3300670 or 12755661. OLE color: 12755661.
HSL color Cylindrical-coordinate representation of color #CDA2C2: hue angle of 315.35º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDA2C2 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 162 | 194 | - |
CMYK | 0 | 0.21 | 0.05 | 0.20 |
HSL | 315.35º | 0.3% | 0.72% | - |
HSV(B) | 315.35º | 0.21% | 0.8% | - |
XYZ | 47.83 | 42.71 | 56.76 | - |
YUV | 178.51 | 136.75 | 146.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 162 | 194 | 0 | 0.21 | 0.05 | 0.20 | 315.35 | 0.3 | 0.72 |
Hex | CD | A2 | C2 | 0 | 15 | 5 | 14 | 13B | 1E | 48 |
Octal | 315 | 242 | 302 | 0 | 25 | 5 | 24 | 473 | 36 | 110 |
Binary | 11001101 | 10100010 | 11000010 | 0 | 10101 | 101 | 10100 | 100111011 | 11110 | 1001000 |
Color Harmonies of #CDA2C2
Complementary color
Monochromatic Colors of #CDA2C2
Black with #CDA2C2
Text Example
Text Example
White with #CDA2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA2C2; }
p { color: rgb(205,162,194); }
H1.HeaderClassName
{
color: #CDA2C2;
}
.AnyTagClassName
{
color: #CDA2C2;
}
</style>
background-color css
<style>
a { background-color: #CDA2C2; }
a { background-color: rgb(205,162,194); }
div.DivClassName
{
background-color: #CDA2C2;
}
.BgClassName
{
background-color: #CDA2C2;
}
</style>
border-color css
<style>
span { border-color: #CDA2C2; }
span { border-color: rgb(205,162,194); }
td.TdClassName
{
border-color: #CDA2C2;
}
.TagClassName
{
border-color: #CDA2C2;
}
</style>