Shades of Parchment #CDC6AF
Tints of Parchment #CDC6AF
RGB
CMYK
RGB Variations
Color information
#CDC6AF (or 0xCDC6AF) is known color: Parchment. HEX triplet: CD, C6 and AF. RGB value is (205,198,175). Sum of RGB (Red+Green+Blue) = 205+198+175=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 198 (77.73% from 255 or 34.26% from 578); Blue value is 175 (68.75% from 255 or 30.28% from 578); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC6AF is #323950. Grayscale: #C5C5C5. Windows color (decimal): -3291473 or 11519693. OLE color: 11519693.
HSL color Cylindrical-coordinate representation of color #CDC6AF: hue angle of 46º 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 #CDC6AF is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 175 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.20 |
| HSL | 46º | 0.23% | 0.75% | - |
| HSV(B) | 46º | 0.15% | 0.8% | - |
| XYZ | 53.11 | 56.46 | 48.66 | - |
| YUV | 197.47 | 115.32 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 175 | 0 | 0.03 | 0.15 | 0.20 | 46 | 0.23 | 0.75 |
| Hex | CD | C6 | AF | 0 | 3 | F | 14 | 2E | 17 | 4B |
| Octal | 315 | 306 | 257 | 0 | 3 | 17 | 24 | 56 | 27 | 113 |
| Binary | 11001101 | 11000110 | 10101111 | 0 | 11 | 1111 | 10100 | 101110 | 10111 | 1001011 |
Color Harmonies of #CDC6AF
Complementary color
Monochromatic Colors of #CDC6AF
Black with #CDC6AF
Text Example
Text Example
White with #CDC6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC6AF; }
p { color: rgb(205,198,175); }
H1.HeaderClassName
{
color: #CDC6AF;
}
.AnyTagClassName
{
color: #CDC6AF;
}
</style>
background-color css
<style>
a { background-color: #CDC6AF; }
a { background-color: rgb(205,198,175); }
div.DivClassName
{
background-color: #CDC6AF;
}
.BgClassName
{
background-color: #CDC6AF;
}
</style>
border-color css
<style>
span { border-color: #CDC6AF; }
span { border-color: rgb(205,198,175); }
td.TdClassName
{
border-color: #CDC6AF;
}
.TagClassName
{
border-color: #CDC6AF;
}
</style>