Shades of Parchment #CDC6AA
Tints of Parchment #CDC6AA
RGB
CMYK
RGB Variations
Color information
#CDC6AA (or 0xCDC6AA) is known color: Parchment. HEX triplet: CD, C6 and AA. RGB value is (205,198,170). Sum of RGB (Red+Green+Blue) = 205+198+170=573 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.78% from 573); Green value is 198 (77.73% from 255 or 34.55% from 573); Blue value is 170 (66.80% from 255 or 29.67% from 573); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC6AA is #323955. Grayscale: #C5C5C5. Windows color (decimal): -3291478 or 11192013. OLE color: 11192013.
HSL color Cylindrical-coordinate representation of color #CDC6AA: hue angle of 48º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDC6AA is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 170 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.20 |
| HSL | 48º | 0.26% | 0.74% | - |
| HSV(B) | 48º | 0.17% | 0.8% | - |
| XYZ | 52.63 | 56.27 | 46.12 | - |
| YUV | 196.9 | 112.82 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 170 | 0 | 0.03 | 0.17 | 0.20 | 48 | 0.26 | 0.74 |
| Hex | CD | C6 | AA | 0 | 3 | 11 | 14 | 30 | 1A | 4A |
| Octal | 315 | 306 | 252 | 0 | 3 | 21 | 24 | 60 | 32 | 112 |
| Binary | 11001101 | 11000110 | 10101010 | 0 | 11 | 10001 | 10100 | 110000 | 11010 | 1001010 |
Color Harmonies of #CDC6AA
Complementary color
Monochromatic Colors of #CDC6AA
Black with #CDC6AA
Text Example
Text Example
White with #CDC6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC6AA; }
p { color: rgb(205,198,170); }
H1.HeaderClassName
{
color: #CDC6AA;
}
.AnyTagClassName
{
color: #CDC6AA;
}
</style>
background-color css
<style>
a { background-color: #CDC6AA; }
a { background-color: rgb(205,198,170); }
div.DivClassName
{
background-color: #CDC6AA;
}
.BgClassName
{
background-color: #CDC6AA;
}
</style>
border-color css
<style>
span { border-color: #CDC6AA; }
span { border-color: rgb(205,198,170); }
td.TdClassName
{
border-color: #CDC6AA;
}
.TagClassName
{
border-color: #CDC6AA;
}
</style>