Shades of Parchment #CDC7B5
Tints of Parchment #CDC7B5
RGB
CMYK
RGB Variations
Color information
#CDC7B5 (or 0xCDC7B5) is known color: Parchment. HEX triplet: CD, C7 and B5. RGB value is (205,199,181). Sum of RGB (Red+Green+Blue) = 205+199+181=585 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.04% from 585); Green value is 199 (78.12% from 255 or 34.02% from 585); Blue value is 181 (71.09% from 255 or 30.94% from 585); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC7B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC7B5 is #32384A. Grayscale: #C6C6C6. Windows color (decimal): -3291211 or 11913165. OLE color: 11913165.
HSL color Cylindrical-coordinate representation of color #CDC7B5: hue angle of 45º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDC7B5 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 199 | 181 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.20 |
| HSL | 45º | 0.19% | 0.76% | - |
| HSV(B) | 45º | 0.12% | 0.8% | - |
| XYZ | 53.94 | 57.16 | 51.91 | - |
| YUV | 198.74 | 117.99 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 199 | 181 | 0 | 0.03 | 0.12 | 0.20 | 45 | 0.19 | 0.76 |
| Hex | CD | C7 | B5 | 0 | 3 | C | 14 | 2D | 13 | 4C |
| Octal | 315 | 307 | 265 | 0 | 3 | 14 | 24 | 55 | 23 | 114 |
| Binary | 11001101 | 11000111 | 10110101 | 0 | 11 | 1100 | 10100 | 101101 | 10011 | 1001100 |
Color Harmonies of #CDC7B5
Complementary color
Monochromatic Colors of #CDC7B5
Black with #CDC7B5
Text Example
Text Example
White with #CDC7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC7B5; }
p { color: rgb(205,199,181); }
H1.HeaderClassName
{
color: #CDC7B5;
}
.AnyTagClassName
{
color: #CDC7B5;
}
</style>
background-color css
<style>
a { background-color: #CDC7B5; }
a { background-color: rgb(205,199,181); }
div.DivClassName
{
background-color: #CDC7B5;
}
.BgClassName
{
background-color: #CDC7B5;
}
</style>
border-color css
<style>
span { border-color: #CDC7B5; }
span { border-color: rgb(205,199,181); }
td.TdClassName
{
border-color: #CDC7B5;
}
.TagClassName
{
border-color: #CDC7B5;
}
</style>