Shades of Parchment #CDC4AD
Tints of Parchment #CDC4AD
RGB
CMYK
RGB Variations
Color information
#CDC4AD (or 0xCDC4AD) is known color: Parchment. HEX triplet: CD, C4 and AD. RGB value is (205,196,173). Sum of RGB (Red+Green+Blue) = 205+196+173=574 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.71% from 574); Green value is 196 (76.95% from 255 or 34.15% from 574); Blue value is 173 (67.97% from 255 or 30.14% from 574); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC4AD is #323B52. Grayscale: #C4C4C4. Windows color (decimal): -3291987 or 11388109. OLE color: 11388109.
HSL color Cylindrical-coordinate representation of color #CDC4AD: hue angle of 43.12º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDC4AD is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 196 | 173 | - |
| CMYK | 0 | 0.04 | 0.16 | 0.20 |
| HSL | 43.13º | 0.24% | 0.74% | - |
| HSV(B) | 43.13º | 0.16% | 0.8% | - |
| XYZ | 52.46 | 55.48 | 47.48 | - |
| YUV | 196.07 | 114.98 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 196 | 173 | 0 | 0.04 | 0.16 | 0.20 | 43.13 | 0.24 | 0.74 |
| Hex | CD | C4 | AD | 0 | 4 | 10 | 14 | 2B | 18 | 4A |
| Octal | 315 | 304 | 255 | 0 | 4 | 20 | 24 | 53 | 30 | 112 |
| Binary | 11001101 | 11000100 | 10101101 | 0 | 100 | 10000 | 10100 | 101011 | 11000 | 1001010 |
Color Harmonies of #CDC4AD
Complementary color
Monochromatic Colors of #CDC4AD
Black with #CDC4AD
Text Example
Text Example
White with #CDC4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC4AD; }
p { color: rgb(205,196,173); }
H1.HeaderClassName
{
color: #CDC4AD;
}
.AnyTagClassName
{
color: #CDC4AD;
}
</style>
background-color css
<style>
a { background-color: #CDC4AD; }
a { background-color: rgb(205,196,173); }
div.DivClassName
{
background-color: #CDC4AD;
}
.BgClassName
{
background-color: #CDC4AD;
}
</style>
border-color css
<style>
span { border-color: #CDC4AD; }
span { border-color: rgb(205,196,173); }
td.TdClassName
{
border-color: #CDC4AD;
}
.TagClassName
{
border-color: #CDC4AD;
}
</style>