Shades of Parchment #CDC7B9
Tints of Parchment #CDC7B9
RGB
CMYK
RGB Variations
Color information
#CDC7B9 (or 0xCDC7B9) is known color: Parchment. HEX triplet: CD, C7 and B9. RGB value is (205,199,185). Sum of RGB (Red+Green+Blue) = 205+199+185=589 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.80% from 589); Green value is 199 (78.12% from 255 or 33.79% from 589); Blue value is 185 (72.66% from 255 or 31.41% from 589); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC7B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC7B9 is #323846. Grayscale: #C7C7C7. Windows color (decimal): -3291207 or 12175309. OLE color: 12175309.
HSL color Cylindrical-coordinate representation of color #CDC7B9: hue angle of 42º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDC7B9 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 199 | 185 | - |
CMYK | 0 | 0.03 | 0.10 | 0.20 |
HSL | 42º | 0.17% | 0.76% | - |
HSV(B) | 42º | 0.1% | 0.8% | - |
XYZ | 54.36 | 57.33 | 54.1 | - |
YUV | 199.2 | 119.99 | 132.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 199 | 185 | 0 | 0.03 | 0.10 | 0.20 | 42 | 0.17 | 0.76 |
Hex | CD | C7 | B9 | 0 | 3 | A | 14 | 2A | 11 | 4C |
Octal | 315 | 307 | 271 | 0 | 3 | 12 | 24 | 52 | 21 | 114 |
Binary | 11001101 | 11000111 | 10111001 | 0 | 11 | 1010 | 10100 | 101010 | 10001 | 1001100 |
Color Harmonies of #CDC7B9
Complementary color
Monochromatic Colors of #CDC7B9
Black with #CDC7B9
Text Example
Text Example
White with #CDC7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC7B9; }
p { color: rgb(205,199,185); }
H1.HeaderClassName
{
color: #CDC7B9;
}
.AnyTagClassName
{
color: #CDC7B9;
}
</style>
background-color css
<style>
a { background-color: #CDC7B9; }
a { background-color: rgb(205,199,185); }
div.DivClassName
{
background-color: #CDC7B9;
}
.BgClassName
{
background-color: #CDC7B9;
}
</style>
border-color css
<style>
span { border-color: #CDC7B9; }
span { border-color: rgb(205,199,185); }
td.TdClassName
{
border-color: #CDC7B9;
}
.TagClassName
{
border-color: #CDC7B9;
}
</style>