Shades of Parchment #CDC6B5
Tints of Parchment #CDC6B5
RGB
CMYK
RGB Variations
Color information
#CDC6B5 (or 0xCDC6B5) is known color: Parchment. HEX triplet: CD, C6 and B5. RGB value is (205,198,181). Sum of RGB (Red+Green+Blue) = 205+198+181=584 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.10% from 584); Green value is 198 (77.73% from 255 or 33.90% from 584); Blue value is 181 (71.09% from 255 or 30.99% from 584); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC6B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC6B5 is #32394A. Grayscale: #C6C6C6. Windows color (decimal): -3291467 or 11912909. OLE color: 11912909.
HSL color Cylindrical-coordinate representation of color #CDC6B5: hue angle of 42.5º 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 #CDC6B5 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 181 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.20 |
| HSL | 42.5º | 0.19% | 0.76% | - |
| HSV(B) | 42.5º | 0.12% | 0.8% | - |
| XYZ | 53.71 | 56.7 | 51.83 | - |
| YUV | 198.16 | 118.32 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 181 | 0 | 0.03 | 0.12 | 0.20 | 42.5 | 0.19 | 0.76 |
| Hex | CD | C6 | B5 | 0 | 3 | C | 14 | 2A | 13 | 4C |
| Octal | 315 | 306 | 265 | 0 | 3 | 14 | 24 | 52 | 23 | 114 |
| Binary | 11001101 | 11000110 | 10110101 | 0 | 11 | 1100 | 10100 | 101010 | 10011 | 1001100 |
Color Harmonies of #CDC6B5
Complementary color
Monochromatic Colors of #CDC6B5
Black with #CDC6B5
Text Example
Text Example
White with #CDC6B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC6B5; }
p { color: rgb(205,198,181); }
H1.HeaderClassName
{
color: #CDC6B5;
}
.AnyTagClassName
{
color: #CDC6B5;
}
</style>
background-color css
<style>
a { background-color: #CDC6B5; }
a { background-color: rgb(205,198,181); }
div.DivClassName
{
background-color: #CDC6B5;
}
.BgClassName
{
background-color: #CDC6B5;
}
</style>
border-color css
<style>
span { border-color: #CDC6B5; }
span { border-color: rgb(205,198,181); }
td.TdClassName
{
border-color: #CDC6B5;
}
.TagClassName
{
border-color: #CDC6B5;
}
</style>