Shades of Parchment #CFCAB3
Tints of Parchment #CFCAB3
RGB
CMYK
RGB Variations
Color information
#CFCAB3 (or 0xCFCAB3) is known color: Parchment. HEX triplet: CF, CA and B3. RGB value is (207,202,179). Sum of RGB (Red+Green+Blue) = 207+202+179=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 202 (79.30% from 255 or 34.35% from 588); Blue value is 179 (70.31% from 255 or 30.44% from 588); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCAB3 is #30354C. Grayscale: #C8C8C8. Windows color (decimal): -3159373 or 11782863. OLE color: 11782863.
HSL color Cylindrical-coordinate representation of color #CFCAB3: hue angle of 49.29º 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 #CFCAB3 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 202 | 179 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.19 |
| HSL | 49.29º | 0.23% | 0.76% | - |
| HSV(B) | 49.29º | 0.14% | 0.81% | - |
| XYZ | 54.99 | 58.76 | 51.09 | - |
| YUV | 200.87 | 115.66 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 202 | 179 | 0 | 0.02 | 0.14 | 0.19 | 49.29 | 0.23 | 0.76 |
| Hex | CF | CA | B3 | 0 | 2 | E | 13 | 31 | 17 | 4C |
| Octal | 317 | 312 | 263 | 0 | 2 | 16 | 23 | 61 | 27 | 114 |
| Binary | 11001111 | 11001010 | 10110011 | 0 | 10 | 1110 | 10011 | 110001 | 10111 | 1001100 |
Color Harmonies of #CFCAB3
Complementary color
Monochromatic Colors of #CFCAB3
Black with #CFCAB3
Text Example
Text Example
White with #CFCAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCAB3; }
p { color: rgb(207,202,179); }
H1.HeaderClassName
{
color: #CFCAB3;
}
.AnyTagClassName
{
color: #CFCAB3;
}
</style>
background-color css
<style>
a { background-color: #CFCAB3; }
a { background-color: rgb(207,202,179); }
div.DivClassName
{
background-color: #CFCAB3;
}
.BgClassName
{
background-color: #CFCAB3;
}
</style>
border-color css
<style>
span { border-color: #CFCAB3; }
span { border-color: rgb(207,202,179); }
td.TdClassName
{
border-color: #CFCAB3;
}
.TagClassName
{
border-color: #CFCAB3;
}
</style>