Shades of Parchment #C9C3AD
Tints of Parchment #C9C3AD
RGB
CMYK
RGB Variations
Color information
#C9C3AD (or 0xC9C3AD) is known color: Parchment. HEX triplet: C9, C3 and AD. RGB value is (201,195,173). Sum of RGB (Red+Green+Blue) = 201+195+173=569 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.33% from 569); Green value is 195 (76.56% from 255 or 34.27% from 569); Blue value is 173 (67.97% from 255 or 30.40% from 569); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9C3AD is #363C52. Grayscale: #C2C2C2. Windows color (decimal): -3554387 or 11387849. OLE color: 11387849.
HSL color Cylindrical-coordinate representation of color #C9C3AD: hue angle of 47.14º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9C3AD is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 195 | 173 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.21 |
| HSL | 47.14º | 0.21% | 0.73% | - |
| HSV(B) | 47.14º | 0.14% | 0.79% | - |
| XYZ | 51.15 | 54.46 | 47.35 | - |
| YUV | 194.29 | 115.99 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 195 | 173 | 0 | 0.03 | 0.14 | 0.21 | 47.14 | 0.21 | 0.73 |
| Hex | C9 | C3 | AD | 0 | 3 | E | 15 | 2F | 15 | 49 |
| Octal | 311 | 303 | 255 | 0 | 3 | 16 | 25 | 57 | 25 | 111 |
| Binary | 11001001 | 11000011 | 10101101 | 0 | 11 | 1110 | 10101 | 101111 | 10101 | 1001001 |
Color Harmonies of #C9C3AD
Complementary color
Monochromatic Colors of #C9C3AD
Black with #C9C3AD
Text Example
Text Example
White with #C9C3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C3AD; }
p { color: rgb(201,195,173); }
H1.HeaderClassName
{
color: #C9C3AD;
}
.AnyTagClassName
{
color: #C9C3AD;
}
</style>
background-color css
<style>
a { background-color: #C9C3AD; }
a { background-color: rgb(201,195,173); }
div.DivClassName
{
background-color: #C9C3AD;
}
.BgClassName
{
background-color: #C9C3AD;
}
</style>
border-color css
<style>
span { border-color: #C9C3AD; }
span { border-color: rgb(201,195,173); }
td.TdClassName
{
border-color: #C9C3AD;
}
.TagClassName
{
border-color: #C9C3AD;
}
</style>