Shades of Maverick #CDA8C5
Tints of Maverick #CDA8C5
RGB
CMYK
RGB Variations
Color information
#CDA8C5 (or 0xCDA8C5) is known color: Maverick. HEX triplet: CD, A8 and C5. RGB value is (205,168,197). Sum of RGB (Red+Green+Blue) = 205+168+197=570 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.96% from 570); Green value is 168 (66.02% from 255 or 29.47% from 570); Blue value is 197 (77.34% from 255 or 34.56% from 570); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA8C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA8C5 is #32573A. Grayscale: #B6B6B6. Windows color (decimal): -3299131 or 12953805. OLE color: 12953805.
HSL color Cylindrical-coordinate representation of color #CDA8C5: hue angle of 312.97º 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 #CDA8C5 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 168 | 197 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.20 |
| HSL | 312.97º | 0.27% | 0.73% | - |
| HSV(B) | 312.97º | 0.18% | 0.8% | - |
| XYZ | 49.26 | 45.02 | 58.92 | - |
| YUV | 182.37 | 136.26 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 197 | 0 | 0.18 | 0.04 | 0.20 | 312.97 | 0.27 | 0.73 |
| Hex | CD | A8 | C5 | 0 | 12 | 4 | 14 | 139 | 1B | 49 |
| Octal | 315 | 250 | 305 | 0 | 22 | 4 | 24 | 471 | 33 | 111 |
| Binary | 11001101 | 10101000 | 11000101 | 0 | 10010 | 100 | 10100 | 100111001 | 11011 | 1001001 |
Color Harmonies of #CDA8C5
Complementary color
Monochromatic Colors of #CDA8C5
Black with #CDA8C5
Text Example
Text Example
White with #CDA8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA8C5; }
p { color: rgb(205,168,197); }
H1.HeaderClassName
{
color: #CDA8C5;
}
.AnyTagClassName
{
color: #CDA8C5;
}
</style>
background-color css
<style>
a { background-color: #CDA8C5; }
a { background-color: rgb(205,168,197); }
div.DivClassName
{
background-color: #CDA8C5;
}
.BgClassName
{
background-color: #CDA8C5;
}
</style>
border-color css
<style>
span { border-color: #CDA8C5; }
span { border-color: rgb(205,168,197); }
td.TdClassName
{
border-color: #CDA8C5;
}
.TagClassName
{
border-color: #CDA8C5;
}
</style>