Shades of Parchment #CFCAAA
Tints of Parchment #CFCAAA
RGB
CMYK
RGB Variations
Color information
#CFCAAA (or 0xCFCAAA) is known color: Parchment. HEX triplet: CF, CA and AA. RGB value is (207,202,170). Sum of RGB (Red+Green+Blue) = 207+202+170=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 170 (66.80% from 255 or 29.36% from 579); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCAAA is #303555. Grayscale: #C7C7C7. Windows color (decimal): -3159382 or 11193039. OLE color: 11193039.
HSL color Cylindrical-coordinate representation of color #CFCAAA: hue angle of 51.89º 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 #CFCAAA is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 202 | 170 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.19 |
| HSL | 51.89º | 0.28% | 0.74% | - |
| HSV(B) | 51.89º | 0.18% | 0.81% | - |
| XYZ | 54.11 | 58.41 | 46.45 | - |
| YUV | 199.85 | 111.16 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 202 | 170 | 0 | 0.02 | 0.18 | 0.19 | 51.89 | 0.28 | 0.74 |
| Hex | CF | CA | AA | 0 | 2 | 12 | 13 | 34 | 1C | 4A |
| Octal | 317 | 312 | 252 | 0 | 2 | 22 | 23 | 64 | 34 | 112 |
| Binary | 11001111 | 11001010 | 10101010 | 0 | 10 | 10010 | 10011 | 110100 | 11100 | 1001010 |
Color Harmonies of #CFCAAA
Complementary color
Monochromatic Colors of #CFCAAA
Black with #CFCAAA
Text Example
Text Example
White with #CFCAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCAAA; }
p { color: rgb(207,202,170); }
H1.HeaderClassName
{
color: #CFCAAA;
}
.AnyTagClassName
{
color: #CFCAAA;
}
</style>
background-color css
<style>
a { background-color: #CFCAAA; }
a { background-color: rgb(207,202,170); }
div.DivClassName
{
background-color: #CFCAAA;
}
.BgClassName
{
background-color: #CFCAAA;
}
</style>
border-color css
<style>
span { border-color: #CFCAAA; }
span { border-color: rgb(207,202,170); }
td.TdClassName
{
border-color: #CFCAAA;
}
.TagClassName
{
border-color: #CFCAAA;
}
</style>