Shades of Parchment #CDC4A9
Tints of Parchment #CDC4A9
RGB
CMYK
RGB Variations
Color information
#CDC4A9 (or 0xCDC4A9) is known color: Parchment. HEX triplet: CD, C4 and A9. RGB value is (205,196,169). Sum of RGB (Red+Green+Blue) = 205+196+169=570 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.96% from 570); Green value is 196 (76.95% from 255 or 34.39% from 570); Blue value is 169 (66.41% from 255 or 29.65% from 570); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC4A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC4A9 is #323B56. Grayscale: #C3C3C3. Windows color (decimal): -3291991 or 11125965. OLE color: 11125965.
HSL color Cylindrical-coordinate representation of color #CDC4A9: hue angle of 45º 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 #CDC4A9 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 196 | 169 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.20 |
| HSL | 45º | 0.26% | 0.73% | - |
| HSV(B) | 45º | 0.18% | 0.8% | - |
| XYZ | 52.08 | 55.32 | 45.47 | - |
| YUV | 195.61 | 112.98 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 196 | 169 | 0 | 0.04 | 0.18 | 0.20 | 45 | 0.26 | 0.73 |
| Hex | CD | C4 | A9 | 0 | 4 | 12 | 14 | 2D | 1A | 49 |
| Octal | 315 | 304 | 251 | 0 | 4 | 22 | 24 | 55 | 32 | 111 |
| Binary | 11001101 | 11000100 | 10101001 | 0 | 100 | 10010 | 10100 | 101101 | 11010 | 1001001 |
Color Harmonies of #CDC4A9
Complementary color
Monochromatic Colors of #CDC4A9
Black with #CDC4A9
Text Example
Text Example
White with #CDC4A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC4A9; }
p { color: rgb(205,196,169); }
H1.HeaderClassName
{
color: #CDC4A9;
}
.AnyTagClassName
{
color: #CDC4A9;
}
</style>
background-color css
<style>
a { background-color: #CDC4A9; }
a { background-color: rgb(205,196,169); }
div.DivClassName
{
background-color: #CDC4A9;
}
.BgClassName
{
background-color: #CDC4A9;
}
</style>
border-color css
<style>
span { border-color: #CDC4A9; }
span { border-color: rgb(205,196,169); }
td.TdClassName
{
border-color: #CDC4A9;
}
.TagClassName
{
border-color: #CDC4A9;
}
</style>