Shades of Parchment #CDC5A7
Tints of Parchment #CDC5A7
RGB
CMYK
RGB Variations
Color information
#CDC5A7 (or 0xCDC5A7) is known color: Parchment. HEX triplet: CD, C5 and A7. RGB value is (205,197,167). Sum of RGB (Red+Green+Blue) = 205+197+167=569 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.03% from 569); Green value is 197 (77.34% from 255 or 34.62% from 569); Blue value is 167 (65.62% from 255 or 29.35% from 569); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC5A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC5A7 is #323A58. Grayscale: #C4C4C4. Windows color (decimal): -3291737 or 10995149. OLE color: 10995149.
HSL color Cylindrical-coordinate representation of color #CDC5A7: hue angle of 47.37º 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 #CDC5A7 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 197 | 167 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.20 |
| HSL | 47.37º | 0.28% | 0.73% | - |
| HSV(B) | 47.37º | 0.19% | 0.8% | - |
| XYZ | 52.12 | 55.7 | 44.56 | - |
| YUV | 195.97 | 111.65 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 197 | 167 | 0 | 0.04 | 0.19 | 0.20 | 47.37 | 0.28 | 0.73 |
| Hex | CD | C5 | A7 | 0 | 4 | 13 | 14 | 2F | 1C | 49 |
| Octal | 315 | 305 | 247 | 0 | 4 | 23 | 24 | 57 | 34 | 111 |
| Binary | 11001101 | 11000101 | 10100111 | 0 | 100 | 10011 | 10100 | 101111 | 11100 | 1001001 |
Color Harmonies of #CDC5A7
Complementary color
Monochromatic Colors of #CDC5A7
Black with #CDC5A7
Text Example
Text Example
White with #CDC5A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC5A7; }
p { color: rgb(205,197,167); }
H1.HeaderClassName
{
color: #CDC5A7;
}
.AnyTagClassName
{
color: #CDC5A7;
}
</style>
background-color css
<style>
a { background-color: #CDC5A7; }
a { background-color: rgb(205,197,167); }
div.DivClassName
{
background-color: #CDC5A7;
}
.BgClassName
{
background-color: #CDC5A7;
}
</style>
border-color css
<style>
span { border-color: #CDC5A7; }
span { border-color: rgb(205,197,167); }
td.TdClassName
{
border-color: #CDC5A7;
}
.TagClassName
{
border-color: #CDC5A7;
}
</style>