Shades of Parchment #CDC8AA
Tints of Parchment #CDC8AA
RGB
CMYK
RGB Variations
Color information
#CDC8AA (or 0xCDC8AA) is known color: Parchment. HEX triplet: CD, C8 and AA. RGB value is (205,200,170). Sum of RGB (Red+Green+Blue) = 205+200+170=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 200 (78.52% from 255 or 34.78% from 575); Blue value is 170 (66.80% from 255 or 29.57% from 575); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC8AA is #323755. Grayscale: #C6C6C6. Windows color (decimal): -3290966 or 11192525. OLE color: 11192525.
HSL color Cylindrical-coordinate representation of color #CDC8AA: hue angle of 51.43º 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 #CDC8AA is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 200 | 170 | - |
| CMYK | 0 | 0.02 | 0.17 | 0.20 |
| HSL | 51.43º | 0.26% | 0.74% | - |
| HSV(B) | 51.43º | 0.17% | 0.8% | - |
| XYZ | 53.09 | 57.19 | 46.27 | - |
| YUV | 198.08 | 112.16 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 200 | 170 | 0 | 0.02 | 0.17 | 0.20 | 51.43 | 0.26 | 0.74 |
| Hex | CD | C8 | AA | 0 | 2 | 11 | 14 | 33 | 1A | 4A |
| Octal | 315 | 310 | 252 | 0 | 2 | 21 | 24 | 63 | 32 | 112 |
| Binary | 11001101 | 11001000 | 10101010 | 0 | 10 | 10001 | 10100 | 110011 | 11010 | 1001010 |
Color Harmonies of #CDC8AA
Complementary color
Monochromatic Colors of #CDC8AA
Black with #CDC8AA
Text Example
Text Example
White with #CDC8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC8AA; }
p { color: rgb(205,200,170); }
H1.HeaderClassName
{
color: #CDC8AA;
}
.AnyTagClassName
{
color: #CDC8AA;
}
</style>
background-color css
<style>
a { background-color: #CDC8AA; }
a { background-color: rgb(205,200,170); }
div.DivClassName
{
background-color: #CDC8AA;
}
.BgClassName
{
background-color: #CDC8AA;
}
</style>
border-color css
<style>
span { border-color: #CDC8AA; }
span { border-color: rgb(205,200,170); }
td.TdClassName
{
border-color: #CDC8AA;
}
.TagClassName
{
border-color: #CDC8AA;
}
</style>