Shades of Parchment #CFCAA9
Tints of Parchment #CFCAA9
RGB
CMYK
RGB Variations
Color information
#CFCAA9 (or 0xCFCAA9) is known color: Parchment. HEX triplet: CF, CA and A9. RGB value is (207,202,169). Sum of RGB (Red+Green+Blue) = 207+202+169=578 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.81% from 578); Green value is 202 (79.30% from 255 or 34.95% from 578); Blue value is 169 (66.41% from 255 or 29.24% from 578); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCAA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCAA9 is #303556. Grayscale: #C7C7C7. Windows color (decimal): -3159383 or 11127503. OLE color: 11127503.
HSL color Cylindrical-coordinate representation of color #CFCAA9: hue angle of 52.11º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFCAA9 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 202 | 169 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.19 |
| HSL | 52.11º | 0.28% | 0.74% | - |
| HSV(B) | 52.11º | 0.18% | 0.81% | - |
| XYZ | 54.01 | 58.37 | 45.96 | - |
| YUV | 199.73 | 110.66 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 202 | 169 | 0 | 0.02 | 0.18 | 0.19 | 52.11 | 0.28 | 0.74 |
| Hex | CF | CA | A9 | 0 | 2 | 12 | 13 | 34 | 1C | 4A |
| Octal | 317 | 312 | 251 | 0 | 2 | 22 | 23 | 64 | 34 | 112 |
| Binary | 11001111 | 11001010 | 10101001 | 0 | 10 | 10010 | 10011 | 110100 | 11100 | 1001010 |
Color Harmonies of #CFCAA9
Complementary color
Monochromatic Colors of #CFCAA9
Black with #CFCAA9
Text Example
Text Example
White with #CFCAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCAA9; }
p { color: rgb(207,202,169); }
H1.HeaderClassName
{
color: #CFCAA9;
}
.AnyTagClassName
{
color: #CFCAA9;
}
</style>
background-color css
<style>
a { background-color: #CFCAA9; }
a { background-color: rgb(207,202,169); }
div.DivClassName
{
background-color: #CFCAA9;
}
.BgClassName
{
background-color: #CFCAA9;
}
</style>
border-color css
<style>
span { border-color: #CFCAA9; }
span { border-color: rgb(207,202,169); }
td.TdClassName
{
border-color: #CFCAA9;
}
.TagClassName
{
border-color: #CFCAA9;
}
</style>