Shades of Parchment #CFC8B3
Tints of Parchment #CFC8B3
RGB
CMYK
RGB Variations
Color information
#CFC8B3 (or 0xCFC8B3) is known color: Parchment. HEX triplet: CF, C8 and B3. RGB value is (207,200,179). Sum of RGB (Red+Green+Blue) = 207+200+179=586 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.32% from 586); Green value is 200 (78.52% from 255 or 34.13% from 586); Blue value is 179 (70.31% from 255 or 30.55% from 586); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC8B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC8B3 is #30374C. Grayscale: #C7C7C7. Windows color (decimal): -3159885 or 11782351. OLE color: 11782351.
HSL color Cylindrical-coordinate representation of color #CFC8B3: hue angle of 45º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFC8B3 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 200 | 179 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.19 |
| HSL | 45º | 0.23% | 0.76% | - |
| HSV(B) | 45º | 0.14% | 0.81% | - |
| XYZ | 54.52 | 57.83 | 50.94 | - |
| YUV | 199.7 | 116.32 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 179 | 0 | 0.03 | 0.14 | 0.19 | 45 | 0.23 | 0.76 |
| Hex | CF | C8 | B3 | 0 | 3 | E | 13 | 2D | 17 | 4C |
| Octal | 317 | 310 | 263 | 0 | 3 | 16 | 23 | 55 | 27 | 114 |
| Binary | 11001111 | 11001000 | 10110011 | 0 | 11 | 1110 | 10011 | 101101 | 10111 | 1001100 |
Color Harmonies of #CFC8B3
Complementary color
Monochromatic Colors of #CFC8B3
Black with #CFC8B3
Text Example
Text Example
White with #CFC8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC8B3; }
p { color: rgb(207,200,179); }
H1.HeaderClassName
{
color: #CFC8B3;
}
.AnyTagClassName
{
color: #CFC8B3;
}
</style>
background-color css
<style>
a { background-color: #CFC8B3; }
a { background-color: rgb(207,200,179); }
div.DivClassName
{
background-color: #CFC8B3;
}
.BgClassName
{
background-color: #CFC8B3;
}
</style>
border-color css
<style>
span { border-color: #CFC8B3; }
span { border-color: rgb(207,200,179); }
td.TdClassName
{
border-color: #CFC8B3;
}
.TagClassName
{
border-color: #CFC8B3;
}
</style>