Shades of Parchment #CDC5AF
Tints of Parchment #CDC5AF
RGB
CMYK
RGB Variations
Color information
#CDC5AF (or 0xCDC5AF) is known color: Parchment. HEX triplet: CD, C5 and AF. RGB value is (205,197,175). Sum of RGB (Red+Green+Blue) = 205+197+175=577 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.53% from 577); Green value is 197 (77.34% from 255 or 34.14% from 577); Blue value is 175 (68.75% from 255 or 30.33% from 577); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC5AF is #323A50. Grayscale: #C4C4C4. Windows color (decimal): -3291729 or 11519437. OLE color: 11519437.
HSL color Cylindrical-coordinate representation of color #CDC5AF: hue angle of 44º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDC5AF is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 197 | 175 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.20 |
| HSL | 44º | 0.23% | 0.75% | - |
| HSV(B) | 44º | 0.15% | 0.8% | - |
| XYZ | 52.88 | 56.01 | 48.58 | - |
| YUV | 196.88 | 115.65 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 197 | 175 | 0 | 0.04 | 0.15 | 0.20 | 44 | 0.23 | 0.75 |
| Hex | CD | C5 | AF | 0 | 4 | F | 14 | 2C | 17 | 4B |
| Octal | 315 | 305 | 257 | 0 | 4 | 17 | 24 | 54 | 27 | 113 |
| Binary | 11001101 | 11000101 | 10101111 | 0 | 100 | 1111 | 10100 | 101100 | 10111 | 1001011 |
Color Harmonies of #CDC5AF
Complementary color
Monochromatic Colors of #CDC5AF
Black with #CDC5AF
Text Example
Text Example
White with #CDC5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC5AF; }
p { color: rgb(205,197,175); }
H1.HeaderClassName
{
color: #CDC5AF;
}
.AnyTagClassName
{
color: #CDC5AF;
}
</style>
background-color css
<style>
a { background-color: #CDC5AF; }
a { background-color: rgb(205,197,175); }
div.DivClassName
{
background-color: #CDC5AF;
}
.BgClassName
{
background-color: #CDC5AF;
}
</style>
border-color css
<style>
span { border-color: #CDC5AF; }
span { border-color: rgb(205,197,175); }
td.TdClassName
{
border-color: #CDC5AF;
}
.TagClassName
{
border-color: #CDC5AF;
}
</style>