Shades of Parchment #CDC6A7
Tints of Parchment #CDC6A7
RGB
CMYK
RGB Variations
Color information
#CDC6A7 (or 0xCDC6A7) is known color: Parchment. HEX triplet: CD, C6 and A7. RGB value is (205,198,167). Sum of RGB (Red+Green+Blue) = 205+198+167=570 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.96% from 570); Green value is 198 (77.73% from 255 or 34.74% from 570); Blue value is 167 (65.62% from 255 or 29.30% from 570); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC6A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC6A7 is #323958. Grayscale: #C4C4C4. Windows color (decimal): -3291481 or 10995405. OLE color: 10995405.
HSL color Cylindrical-coordinate representation of color #CDC6A7: hue angle of 48.95º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDC6A7 is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 167 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.20 |
| HSL | 48.95º | 0.28% | 0.73% | - |
| HSV(B) | 48.95º | 0.19% | 0.8% | - |
| XYZ | 52.35 | 56.16 | 44.64 | - |
| YUV | 196.56 | 111.32 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 167 | 0 | 0.03 | 0.19 | 0.20 | 48.95 | 0.28 | 0.73 |
| Hex | CD | C6 | A7 | 0 | 3 | 13 | 14 | 31 | 1C | 49 |
| Octal | 315 | 306 | 247 | 0 | 3 | 23 | 24 | 61 | 34 | 111 |
| Binary | 11001101 | 11000110 | 10100111 | 0 | 11 | 10011 | 10100 | 110001 | 11100 | 1001001 |
Color Harmonies of #CDC6A7
Complementary color
Monochromatic Colors of #CDC6A7
Black with #CDC6A7
Text Example
Text Example
White with #CDC6A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC6A7; }
p { color: rgb(205,198,167); }
H1.HeaderClassName
{
color: #CDC6A7;
}
.AnyTagClassName
{
color: #CDC6A7;
}
</style>
background-color css
<style>
a { background-color: #CDC6A7; }
a { background-color: rgb(205,198,167); }
div.DivClassName
{
background-color: #CDC6A7;
}
.BgClassName
{
background-color: #CDC6A7;
}
</style>
border-color css
<style>
span { border-color: #CDC6A7; }
span { border-color: rgb(205,198,167); }
td.TdClassName
{
border-color: #CDC6A7;
}
.TagClassName
{
border-color: #CDC6A7;
}
</style>