Shades of Parchment #CFC8A8
Tints of Parchment #CFC8A8
RGB
CMYK
RGB Variations
Color information
#CFC8A8 (or 0xCFC8A8) is known color: Parchment. HEX triplet: CF, C8 and A8. RGB value is (207,200,168). Sum of RGB (Red+Green+Blue) = 207+200+168=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 200 (78.52% from 255 or 34.78% from 575); Blue value is 168 (66.02% from 255 or 29.22% from 575); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC8A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC8A8 is #303757. Grayscale: #C6C6C6. Windows color (decimal): -3159896 or 11061455. OLE color: 11061455.
HSL color Cylindrical-coordinate representation of color #CFC8A8: hue angle of 49.23º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFC8A8 is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 200 | 168 | - |
CMYK | 0 | 0.03 | 0.19 | 0.19 |
HSL | 49.23º | 0.29% | 0.74% | - |
HSV(B) | 49.23º | 0.19% | 0.81% | - |
XYZ | 53.45 | 57.4 | 45.31 | - |
YUV | 198.45 | 110.82 | 134.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 200 | 168 | 0 | 0.03 | 0.19 | 0.19 | 49.23 | 0.29 | 0.74 |
Hex | CF | C8 | A8 | 0 | 3 | 13 | 13 | 31 | 1D | 4A |
Octal | 317 | 310 | 250 | 0 | 3 | 23 | 23 | 61 | 35 | 112 |
Binary | 11001111 | 11001000 | 10101000 | 0 | 11 | 10011 | 10011 | 110001 | 11101 | 1001010 |
Color Harmonies of #CFC8A8
Complementary color
Monochromatic Colors of #CFC8A8
Black with #CFC8A8
Text Example
Text Example
White with #CFC8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC8A8; }
p { color: rgb(207,200,168); }
H1.HeaderClassName
{
color: #CFC8A8;
}
.AnyTagClassName
{
color: #CFC8A8;
}
</style>
background-color css
<style>
a { background-color: #CFC8A8; }
a { background-color: rgb(207,200,168); }
div.DivClassName
{
background-color: #CFC8A8;
}
.BgClassName
{
background-color: #CFC8A8;
}
</style>
border-color css
<style>
span { border-color: #CFC8A8; }
span { border-color: rgb(207,200,168); }
td.TdClassName
{
border-color: #CFC8A8;
}
.TagClassName
{
border-color: #CFC8A8;
}
</style>