Shades of Parchment #CDC7AC
Tints of Parchment #CDC7AC
RGB
CMYK
RGB Variations
Color information
#CDC7AC (or 0xCDC7AC) is known color: Parchment. HEX triplet: CD, C7 and AC. RGB value is (205,199,172). Sum of RGB (Red+Green+Blue) = 205+199+172=576 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.59% from 576); Green value is 199 (78.12% from 255 or 34.55% from 576); Blue value is 172 (67.58% from 255 or 29.86% from 576); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC7AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC7AC is #323853. Grayscale: #C5C5C5. Windows color (decimal): -3291220 or 11323341. OLE color: 11323341.
HSL color Cylindrical-coordinate representation of color #CDC7AC: hue angle of 49.09º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDC7AC is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 199 | 172 | - |
CMYK | 0 | 0.03 | 0.16 | 0.20 |
HSL | 49.09º | 0.25% | 0.74% | - |
HSV(B) | 49.09º | 0.16% | 0.8% | - |
XYZ | 53.05 | 56.8 | 47.2 | - |
YUV | 197.72 | 113.49 | 133.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 199 | 172 | 0 | 0.03 | 0.16 | 0.20 | 49.09 | 0.25 | 0.74 |
Hex | CD | C7 | AC | 0 | 3 | 10 | 14 | 31 | 19 | 4A |
Octal | 315 | 307 | 254 | 0 | 3 | 20 | 24 | 61 | 31 | 112 |
Binary | 11001101 | 11000111 | 10101100 | 0 | 11 | 10000 | 10100 | 110001 | 11001 | 1001010 |
Color Harmonies of #CDC7AC
Complementary color
Monochromatic Colors of #CDC7AC
Black with #CDC7AC
Text Example
Text Example
White with #CDC7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC7AC; }
p { color: rgb(205,199,172); }
H1.HeaderClassName
{
color: #CDC7AC;
}
.AnyTagClassName
{
color: #CDC7AC;
}
</style>
background-color css
<style>
a { background-color: #CDC7AC; }
a { background-color: rgb(205,199,172); }
div.DivClassName
{
background-color: #CDC7AC;
}
.BgClassName
{
background-color: #CDC7AC;
}
</style>
border-color css
<style>
span { border-color: #CDC7AC; }
span { border-color: rgb(205,199,172); }
td.TdClassName
{
border-color: #CDC7AC;
}
.TagClassName
{
border-color: #CDC7AC;
}
</style>