Shades of Maverick #CDA8C2
Tints of Maverick #CDA8C2
RGB
CMYK
RGB Variations
Color information
#CDA8C2 (or 0xCDA8C2) is known color: Maverick. HEX triplet: CD, A8 and C2. RGB value is (205,168,194). Sum of RGB (Red+Green+Blue) = 205+168+194=567 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.16% from 567); Green value is 168 (66.02% from 255 or 29.63% from 567); Blue value is 194 (76.17% from 255 or 34.22% from 567); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA8C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA8C2 is #32573D. Grayscale: #B5B5B5. Windows color (decimal): -3299134 or 12757197. OLE color: 12757197.
HSL color Cylindrical-coordinate representation of color #CDA8C2: hue angle of 317.84º 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 #CDA8C2 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 168 | 194 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.20 |
| HSL | 317.84º | 0.27% | 0.73% | - |
| HSV(B) | 317.84º | 0.18% | 0.8% | - |
| XYZ | 48.92 | 44.88 | 57.12 | - |
| YUV | 182.03 | 134.76 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 194 | 0 | 0.18 | 0.05 | 0.20 | 317.84 | 0.27 | 0.73 |
| Hex | CD | A8 | C2 | 0 | 12 | 5 | 14 | 13E | 1B | 49 |
| Octal | 315 | 250 | 302 | 0 | 22 | 5 | 24 | 476 | 33 | 111 |
| Binary | 11001101 | 10101000 | 11000010 | 0 | 10010 | 101 | 10100 | 100111110 | 11011 | 1001001 |
Color Harmonies of #CDA8C2
Complementary color
Monochromatic Colors of #CDA8C2
Black with #CDA8C2
Text Example
Text Example
White with #CDA8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA8C2; }
p { color: rgb(205,168,194); }
H1.HeaderClassName
{
color: #CDA8C2;
}
.AnyTagClassName
{
color: #CDA8C2;
}
</style>
background-color css
<style>
a { background-color: #CDA8C2; }
a { background-color: rgb(205,168,194); }
div.DivClassName
{
background-color: #CDA8C2;
}
.BgClassName
{
background-color: #CDA8C2;
}
</style>
border-color css
<style>
span { border-color: #CDA8C2; }
span { border-color: rgb(205,168,194); }
td.TdClassName
{
border-color: #CDA8C2;
}
.TagClassName
{
border-color: #CDA8C2;
}
</style>