Shades of Parchment #CFC8B5
Tints of Parchment #CFC8B5
RGB
CMYK
RGB Variations
Color information
#CFC8B5 (or 0xCFC8B5) is known color: Parchment. HEX triplet: CF, C8 and B5. RGB value is (207,200,181). Sum of RGB (Red+Green+Blue) = 207+200+181=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 200 (78.52% from 255 or 34.01% from 588); Blue value is 181 (71.09% from 255 or 30.78% from 588); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC8B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC8B5 is #30374A. Grayscale: #C8C8C8. Windows color (decimal): -3159883 or 11913423. OLE color: 11913423.
HSL color Cylindrical-coordinate representation of color #CFC8B5: hue angle of 43.85º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFC8B5 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 200 | 181 | - |
CMYK | 0 | 0.03 | 0.13 | 0.19 |
HSL | 43.85º | 0.21% | 0.76% | - |
HSV(B) | 43.85º | 0.13% | 0.81% | - |
XYZ | 54.73 | 57.91 | 52.01 | - |
YUV | 199.93 | 117.32 | 133.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 200 | 181 | 0 | 0.03 | 0.13 | 0.19 | 43.85 | 0.21 | 0.76 |
Hex | CF | C8 | B5 | 0 | 3 | D | 13 | 2C | 15 | 4C |
Octal | 317 | 310 | 265 | 0 | 3 | 15 | 23 | 54 | 25 | 114 |
Binary | 11001111 | 11001000 | 10110101 | 0 | 11 | 1101 | 10011 | 101100 | 10101 | 1001100 |
Color Harmonies of #CFC8B5
Complementary color
Monochromatic Colors of #CFC8B5
Black with #CFC8B5
Text Example
Text Example
White with #CFC8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC8B5; }
p { color: rgb(207,200,181); }
H1.HeaderClassName
{
color: #CFC8B5;
}
.AnyTagClassName
{
color: #CFC8B5;
}
</style>
background-color css
<style>
a { background-color: #CFC8B5; }
a { background-color: rgb(207,200,181); }
div.DivClassName
{
background-color: #CFC8B5;
}
.BgClassName
{
background-color: #CFC8B5;
}
</style>
border-color css
<style>
span { border-color: #CFC8B5; }
span { border-color: rgb(207,200,181); }
td.TdClassName
{
border-color: #CFC8B5;
}
.TagClassName
{
border-color: #CFC8B5;
}
</style>