Shades of Parchment #CDC8AF
Tints of Parchment #CDC8AF
RGB
CMYK
RGB Variations
Color information
#CDC8AF (or 0xCDC8AF) is known color: Parchment. HEX triplet: CD, C8 and AF. RGB value is (205,200,175). Sum of RGB (Red+Green+Blue) = 205+200+175=580 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.34% from 580); Green value is 200 (78.52% from 255 or 34.48% from 580); Blue value is 175 (68.75% from 255 or 30.17% from 580); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC8AF is #323750. Grayscale: #C6C6C6. Windows color (decimal): -3290961 or 11520205. OLE color: 11520205.
HSL color Cylindrical-coordinate representation of color #CDC8AF: hue angle of 50º 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 #CDC8AF is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 200 | 175 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.20 |
| HSL | 50º | 0.23% | 0.75% | - |
| HSV(B) | 50º | 0.15% | 0.8% | - |
| XYZ | 53.57 | 57.38 | 48.81 | - |
| YUV | 198.65 | 114.66 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 200 | 175 | 0 | 0.02 | 0.15 | 0.20 | 50 | 0.23 | 0.75 |
| Hex | CD | C8 | AF | 0 | 2 | F | 14 | 32 | 17 | 4B |
| Octal | 315 | 310 | 257 | 0 | 2 | 17 | 24 | 62 | 27 | 113 |
| Binary | 11001101 | 11001000 | 10101111 | 0 | 10 | 1111 | 10100 | 110010 | 10111 | 1001011 |
Color Harmonies of #CDC8AF
Complementary color
Monochromatic Colors of #CDC8AF
Black with #CDC8AF
Text Example
Text Example
White with #CDC8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC8AF; }
p { color: rgb(205,200,175); }
H1.HeaderClassName
{
color: #CDC8AF;
}
.AnyTagClassName
{
color: #CDC8AF;
}
</style>
background-color css
<style>
a { background-color: #CDC8AF; }
a { background-color: rgb(205,200,175); }
div.DivClassName
{
background-color: #CDC8AF;
}
.BgClassName
{
background-color: #CDC8AF;
}
</style>
border-color css
<style>
span { border-color: #CDC8AF; }
span { border-color: rgb(205,200,175); }
td.TdClassName
{
border-color: #CDC8AF;
}
.TagClassName
{
border-color: #CDC8AF;
}
</style>