Shades of Parchment #CDC7B0
Tints of Parchment #CDC7B0
RGB
CMYK
RGB Variations
Color information
#CDC7B0 (or 0xCDC7B0) is known color: Parchment. HEX triplet: CD, C7 and B0. RGB value is (205,199,176). Sum of RGB (Red+Green+Blue) = 205+199+176=580 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.34% from 580); Green value is 199 (78.12% from 255 or 34.31% from 580); Blue value is 176 (69.14% from 255 or 30.34% from 580); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC7B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC7B0 is #32384F. Grayscale: #C6C6C6. Windows color (decimal): -3291216 or 11585485. OLE color: 11585485.
HSL color Cylindrical-coordinate representation of color #CDC7B0: hue angle of 47.59º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDC7B0 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 199 | 176 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.20 |
| HSL | 47.59º | 0.22% | 0.75% | - |
| HSV(B) | 47.59º | 0.14% | 0.8% | - |
| XYZ | 53.44 | 56.96 | 49.25 | - |
| YUV | 198.17 | 115.49 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 199 | 176 | 0 | 0.03 | 0.14 | 0.20 | 47.59 | 0.22 | 0.75 |
| Hex | CD | C7 | B0 | 0 | 3 | E | 14 | 30 | 16 | 4B |
| Octal | 315 | 307 | 260 | 0 | 3 | 16 | 24 | 60 | 26 | 113 |
| Binary | 11001101 | 11000111 | 10110000 | 0 | 11 | 1110 | 10100 | 110000 | 10110 | 1001011 |
Color Harmonies of #CDC7B0
Complementary color
Monochromatic Colors of #CDC7B0
Black with #CDC7B0
Text Example
Text Example
White with #CDC7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC7B0; }
p { color: rgb(205,199,176); }
H1.HeaderClassName
{
color: #CDC7B0;
}
.AnyTagClassName
{
color: #CDC7B0;
}
</style>
background-color css
<style>
a { background-color: #CDC7B0; }
a { background-color: rgb(205,199,176); }
div.DivClassName
{
background-color: #CDC7B0;
}
.BgClassName
{
background-color: #CDC7B0;
}
</style>
border-color css
<style>
span { border-color: #CDC7B0; }
span { border-color: rgb(205,199,176); }
td.TdClassName
{
border-color: #CDC7B0;
}
.TagClassName
{
border-color: #CDC7B0;
}
</style>