Shades of Parchment #CDC3AD
Tints of Parchment #CDC3AD
RGB
CMYK
RGB Variations
Color information
#CDC3AD (or 0xCDC3AD) is known color: Parchment. HEX triplet: CD, C3 and AD. RGB value is (205,195,173). Sum of RGB (Red+Green+Blue) = 205+195+173=573 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.78% from 573); Green value is 195 (76.56% from 255 or 34.03% from 573); Blue value is 173 (67.97% from 255 or 30.19% from 573); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC3AD is #323C52. Grayscale: #C3C3C3. Windows color (decimal): -3292243 or 11387853. OLE color: 11387853.
HSL color Cylindrical-coordinate representation of color #CDC3AD: hue angle of 41.25º 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 #CDC3AD is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 195 | 173 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.20 |
| HSL | 41.25º | 0.24% | 0.74% | - |
| HSV(B) | 41.25º | 0.16% | 0.8% | - |
| XYZ | 52.23 | 55.03 | 47.4 | - |
| YUV | 195.48 | 115.31 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 195 | 173 | 0 | 0.05 | 0.16 | 0.20 | 41.25 | 0.24 | 0.74 |
| Hex | CD | C3 | AD | 0 | 5 | 10 | 14 | 29 | 18 | 4A |
| Octal | 315 | 303 | 255 | 0 | 5 | 20 | 24 | 51 | 30 | 112 |
| Binary | 11001101 | 11000011 | 10101101 | 0 | 101 | 10000 | 10100 | 101001 | 11000 | 1001010 |
Color Harmonies of #CDC3AD
Complementary color
Monochromatic Colors of #CDC3AD
Black with #CDC3AD
Text Example
Text Example
White with #CDC3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC3AD; }
p { color: rgb(205,195,173); }
H1.HeaderClassName
{
color: #CDC3AD;
}
.AnyTagClassName
{
color: #CDC3AD;
}
</style>
background-color css
<style>
a { background-color: #CDC3AD; }
a { background-color: rgb(205,195,173); }
div.DivClassName
{
background-color: #CDC3AD;
}
.BgClassName
{
background-color: #CDC3AD;
}
</style>
border-color css
<style>
span { border-color: #CDC3AD; }
span { border-color: rgb(205,195,173); }
td.TdClassName
{
border-color: #CDC3AD;
}
.TagClassName
{
border-color: #CDC3AD;
}
</style>