Shades of Parchment #CDC5AD
Tints of Parchment #CDC5AD
RGB
CMYK
RGB Variations
Color information
#CDC5AD (or 0xCDC5AD) is known color: Parchment. HEX triplet: CD, C5 and AD. RGB value is (205,197,173). Sum of RGB (Red+Green+Blue) = 205+197+173=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 197 (77.34% from 255 or 34.26% from 575); Blue value is 173 (67.97% from 255 or 30.09% from 575); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC5AD is #323A52. Grayscale: #C4C4C4. Windows color (decimal): -3291731 or 11388365. OLE color: 11388365.
HSL color Cylindrical-coordinate representation of color #CDC5AD: hue angle of 45º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDC5AD is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 197 | 173 | - |
| CMYK | 0 | 0.04 | 0.16 | 0.20 |
| HSL | 45º | 0.24% | 0.74% | - |
| HSV(B) | 45º | 0.16% | 0.8% | - |
| XYZ | 52.69 | 55.93 | 47.55 | - |
| YUV | 196.66 | 114.65 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 197 | 173 | 0 | 0.04 | 0.16 | 0.20 | 45 | 0.24 | 0.74 |
| Hex | CD | C5 | AD | 0 | 4 | 10 | 14 | 2D | 18 | 4A |
| Octal | 315 | 305 | 255 | 0 | 4 | 20 | 24 | 55 | 30 | 112 |
| Binary | 11001101 | 11000101 | 10101101 | 0 | 100 | 10000 | 10100 | 101101 | 11000 | 1001010 |
Color Harmonies of #CDC5AD
Complementary color
Monochromatic Colors of #CDC5AD
Black with #CDC5AD
Text Example
Text Example
White with #CDC5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC5AD; }
p { color: rgb(205,197,173); }
H1.HeaderClassName
{
color: #CDC5AD;
}
.AnyTagClassName
{
color: #CDC5AD;
}
</style>
background-color css
<style>
a { background-color: #CDC5AD; }
a { background-color: rgb(205,197,173); }
div.DivClassName
{
background-color: #CDC5AD;
}
.BgClassName
{
background-color: #CDC5AD;
}
</style>
border-color css
<style>
span { border-color: #CDC5AD; }
span { border-color: rgb(205,197,173); }
td.TdClassName
{
border-color: #CDC5AD;
}
.TagClassName
{
border-color: #CDC5AD;
}
</style>