Shades of Parchment #CFCAB0
Tints of Parchment #CFCAB0
RGB
CMYK
RGB Variations
Color information
#CFCAB0 (or 0xCFCAB0) is known color: Parchment. HEX triplet: CF, CA and B0. RGB value is (207,202,176). Sum of RGB (Red+Green+Blue) = 207+202+176=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 202 (79.30% from 255 or 34.53% from 585); Blue value is 176 (69.14% from 255 or 30.09% from 585); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCAB0 is #30354F. Grayscale: #C8C8C8. Windows color (decimal): -3159376 or 11586255. OLE color: 11586255.
HSL color Cylindrical-coordinate representation of color #CFCAB0: hue angle of 50.32º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFCAB0 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 202 | 176 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.19 |
| HSL | 50.32º | 0.24% | 0.75% | - |
| HSV(B) | 50.32º | 0.15% | 0.81% | - |
| XYZ | 54.69 | 58.64 | 49.51 | - |
| YUV | 200.53 | 114.16 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 202 | 176 | 0 | 0.02 | 0.15 | 0.19 | 50.32 | 0.24 | 0.75 |
| Hex | CF | CA | B0 | 0 | 2 | F | 13 | 32 | 18 | 4B |
| Octal | 317 | 312 | 260 | 0 | 2 | 17 | 23 | 62 | 30 | 113 |
| Binary | 11001111 | 11001010 | 10110000 | 0 | 10 | 1111 | 10011 | 110010 | 11000 | 1001011 |
Color Harmonies of #CFCAB0
Complementary color
Monochromatic Colors of #CFCAB0
Black with #CFCAB0
Text Example
Text Example
White with #CFCAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCAB0; }
p { color: rgb(207,202,176); }
H1.HeaderClassName
{
color: #CFCAB0;
}
.AnyTagClassName
{
color: #CFCAB0;
}
</style>
background-color css
<style>
a { background-color: #CFCAB0; }
a { background-color: rgb(207,202,176); }
div.DivClassName
{
background-color: #CFCAB0;
}
.BgClassName
{
background-color: #CFCAB0;
}
</style>
border-color css
<style>
span { border-color: #CFCAB0; }
span { border-color: rgb(207,202,176); }
td.TdClassName
{
border-color: #CFCAB0;
}
.TagClassName
{
border-color: #CFCAB0;
}
</style>