Shades of Parchment #CDC6A9
Tints of Parchment #CDC6A9
RGB
CMYK
RGB Variations
Color information
#CDC6A9 (or 0xCDC6A9) is known color: Parchment. HEX triplet: CD, C6 and A9. RGB value is (205,198,169). Sum of RGB (Red+Green+Blue) = 205+198+169=572 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.84% from 572); Green value is 198 (77.73% from 255 or 34.62% from 572); Blue value is 169 (66.41% from 255 or 29.55% from 572); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC6A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC6A9 is #323956. Grayscale: #C4C4C4. Windows color (decimal): -3291479 or 11126477. OLE color: 11126477.
HSL color Cylindrical-coordinate representation of color #CDC6A9: hue angle of 48.33º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDC6A9 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 169 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.20 |
| HSL | 48.33º | 0.26% | 0.73% | - |
| HSV(B) | 48.33º | 0.18% | 0.8% | - |
| XYZ | 52.53 | 56.23 | 45.62 | - |
| YUV | 196.79 | 112.32 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 169 | 0 | 0.03 | 0.18 | 0.20 | 48.33 | 0.26 | 0.73 |
| Hex | CD | C6 | A9 | 0 | 3 | 12 | 14 | 30 | 1A | 49 |
| Octal | 315 | 306 | 251 | 0 | 3 | 22 | 24 | 60 | 32 | 111 |
| Binary | 11001101 | 11000110 | 10101001 | 0 | 11 | 10010 | 10100 | 110000 | 11010 | 1001001 |
Color Harmonies of #CDC6A9
Complementary color
Monochromatic Colors of #CDC6A9
Black with #CDC6A9
Text Example
Text Example
White with #CDC6A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC6A9; }
p { color: rgb(205,198,169); }
H1.HeaderClassName
{
color: #CDC6A9;
}
.AnyTagClassName
{
color: #CDC6A9;
}
</style>
background-color css
<style>
a { background-color: #CDC6A9; }
a { background-color: rgb(205,198,169); }
div.DivClassName
{
background-color: #CDC6A9;
}
.BgClassName
{
background-color: #CDC6A9;
}
</style>
border-color css
<style>
span { border-color: #CDC6A9; }
span { border-color: rgb(205,198,169); }
td.TdClassName
{
border-color: #CDC6A9;
}
.TagClassName
{
border-color: #CDC6A9;
}
</style>