Shades of Maverick #CDA7C3
Tints of Maverick #CDA7C3
RGB
CMYK
RGB Variations
Color information
#CDA7C3 (or 0xCDA7C3) is known color: Maverick. HEX triplet: CD, A7 and C3. RGB value is (205,167,195). Sum of RGB (Red+Green+Blue) = 205+167+195=567 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.16% from 567); Green value is 167 (65.62% from 255 or 29.45% from 567); Blue value is 195 (76.56% from 255 or 34.39% from 567); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA7C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA7C3 is #32583C. Grayscale: #B5B5B5. Windows color (decimal): -3299389 or 12822477. OLE color: 12822477.
HSL color Cylindrical-coordinate representation of color #CDA7C3: hue angle of 315.79º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDA7C3 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 167 | 195 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.20 |
| HSL | 315.79º | 0.28% | 0.73% | - |
| HSV(B) | 315.79º | 0.19% | 0.8% | - |
| XYZ | 48.85 | 44.56 | 57.66 | - |
| YUV | 181.55 | 135.59 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 167 | 195 | 0 | 0.19 | 0.05 | 0.20 | 315.79 | 0.28 | 0.73 |
| Hex | CD | A7 | C3 | 0 | 13 | 5 | 14 | 13C | 1C | 49 |
| Octal | 315 | 247 | 303 | 0 | 23 | 5 | 24 | 474 | 34 | 111 |
| Binary | 11001101 | 10100111 | 11000011 | 0 | 10011 | 101 | 10100 | 100111100 | 11100 | 1001001 |
Color Harmonies of #CDA7C3
Complementary color
Monochromatic Colors of #CDA7C3
Black with #CDA7C3
Text Example
Text Example
White with #CDA7C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA7C3; }
p { color: rgb(205,167,195); }
H1.HeaderClassName
{
color: #CDA7C3;
}
.AnyTagClassName
{
color: #CDA7C3;
}
</style>
background-color css
<style>
a { background-color: #CDA7C3; }
a { background-color: rgb(205,167,195); }
div.DivClassName
{
background-color: #CDA7C3;
}
.BgClassName
{
background-color: #CDA7C3;
}
</style>
border-color css
<style>
span { border-color: #CDA7C3; }
span { border-color: rgb(205,167,195); }
td.TdClassName
{
border-color: #CDA7C3;
}
.TagClassName
{
border-color: #CDA7C3;
}
</style>