Shades of Maverick #CDA8C1
Tints of Maverick #CDA8C1
RGB
CMYK
RGB Variations
Color information
#CDA8C1 (or 0xCDA8C1) is known color: Maverick. HEX triplet: CD, A8 and C1. RGB value is (205,168,193). Sum of RGB (Red+Green+Blue) = 205+168+193=566 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.22% from 566); Green value is 168 (66.02% from 255 or 29.68% from 566); Blue value is 193 (75.78% from 255 or 34.10% from 566); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA8C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA8C1 is #32573E. Grayscale: #B5B5B5. Windows color (decimal): -3299135 or 12691661. OLE color: 12691661.
HSL color Cylindrical-coordinate representation of color #CDA8C1: hue angle of 319.46º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDA8C1 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 168 | 193 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.20 |
| HSL | 319.46º | 0.27% | 0.73% | - |
| HSV(B) | 319.46º | 0.18% | 0.8% | - |
| XYZ | 48.81 | 44.83 | 56.53 | - |
| YUV | 181.91 | 134.26 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 193 | 0 | 0.18 | 0.06 | 0.20 | 319.46 | 0.27 | 0.73 |
| Hex | CD | A8 | C1 | 0 | 12 | 6 | 14 | 13F | 1B | 49 |
| Octal | 315 | 250 | 301 | 0 | 22 | 6 | 24 | 477 | 33 | 111 |
| Binary | 11001101 | 10101000 | 11000001 | 0 | 10010 | 110 | 10100 | 100111111 | 11011 | 1001001 |
Color Harmonies of #CDA8C1
Complementary color
Monochromatic Colors of #CDA8C1
Black with #CDA8C1
Text Example
Text Example
White with #CDA8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA8C1; }
p { color: rgb(205,168,193); }
H1.HeaderClassName
{
color: #CDA8C1;
}
.AnyTagClassName
{
color: #CDA8C1;
}
</style>
background-color css
<style>
a { background-color: #CDA8C1; }
a { background-color: rgb(205,168,193); }
div.DivClassName
{
background-color: #CDA8C1;
}
.BgClassName
{
background-color: #CDA8C1;
}
</style>
border-color css
<style>
span { border-color: #CDA8C1; }
span { border-color: rgb(205,168,193); }
td.TdClassName
{
border-color: #CDA8C1;
}
.TagClassName
{
border-color: #CDA8C1;
}
</style>