Shades of Parchment #CFC6AA
Tints of Parchment #CFC6AA
RGB
CMYK
RGB Variations
Color information
#CFC6AA (or 0xCFC6AA) is known color: Parchment. HEX triplet: CF, C6 and AA. RGB value is (207,198,170). Sum of RGB (Red+Green+Blue) = 207+198+170=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 198 (77.73% from 255 or 34.43% from 575); Blue value is 170 (66.80% from 255 or 29.57% from 575); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC6AA is #303955. Grayscale: #C5C5C5. Windows color (decimal): -3160406 or 11192015. OLE color: 11192015.
HSL color Cylindrical-coordinate representation of color #CFC6AA: hue angle of 45.41º 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 #CFC6AA is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 198 | 170 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.19 |
| HSL | 45.41º | 0.28% | 0.74% | - |
| HSV(B) | 45.41º | 0.18% | 0.81% | - |
| XYZ | 53.18 | 56.56 | 46.14 | - |
| YUV | 197.5 | 112.48 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 170 | 0 | 0.04 | 0.18 | 0.19 | 45.41 | 0.28 | 0.74 |
| Hex | CF | C6 | AA | 0 | 4 | 12 | 13 | 2D | 1C | 4A |
| Octal | 317 | 306 | 252 | 0 | 4 | 22 | 23 | 55 | 34 | 112 |
| Binary | 11001111 | 11000110 | 10101010 | 0 | 100 | 10010 | 10011 | 101101 | 11100 | 1001010 |
Color Harmonies of #CFC6AA
Complementary color
Monochromatic Colors of #CFC6AA
Black with #CFC6AA
Text Example
Text Example
White with #CFC6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC6AA; }
p { color: rgb(207,198,170); }
H1.HeaderClassName
{
color: #CFC6AA;
}
.AnyTagClassName
{
color: #CFC6AA;
}
</style>
background-color css
<style>
a { background-color: #CFC6AA; }
a { background-color: rgb(207,198,170); }
div.DivClassName
{
background-color: #CFC6AA;
}
.BgClassName
{
background-color: #CFC6AA;
}
</style>
border-color css
<style>
span { border-color: #CFC6AA; }
span { border-color: rgb(207,198,170); }
td.TdClassName
{
border-color: #CFC6AA;
}
.TagClassName
{
border-color: #CFC6AA;
}
</style>