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