Shades of Parchment #CFCAAD
Tints of Parchment #CFCAAD
RGB
CMYK
RGB Variations
Color information
#CFCAAD (or 0xCFCAAD) is known color: Parchment. HEX triplet: CF, CA and AD. RGB value is (207,202,173). Sum of RGB (Red+Green+Blue) = 207+202+173=582 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.57% from 582); Green value is 202 (79.30% from 255 or 34.71% from 582); Blue value is 173 (67.97% from 255 or 29.73% from 582); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCAAD is #303552. Grayscale: #C8C8C8. Windows color (decimal): -3159379 or 11389647. OLE color: 11389647.
HSL color Cylindrical-coordinate representation of color #CFCAAD: hue angle of 51.18º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFCAAD is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 202 | 173 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.19 |
| HSL | 51.18º | 0.26% | 0.75% | - |
| HSV(B) | 51.18º | 0.16% | 0.81% | - |
| XYZ | 54.4 | 58.52 | 47.96 | - |
| YUV | 200.19 | 112.66 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 202 | 173 | 0 | 0.02 | 0.16 | 0.19 | 51.18 | 0.26 | 0.75 |
| Hex | CF | CA | AD | 0 | 2 | 10 | 13 | 33 | 1A | 4B |
| Octal | 317 | 312 | 255 | 0 | 2 | 20 | 23 | 63 | 32 | 113 |
| Binary | 11001111 | 11001010 | 10101101 | 0 | 10 | 10000 | 10011 | 110011 | 11010 | 1001011 |
Color Harmonies of #CFCAAD
Complementary color
Monochromatic Colors of #CFCAAD
Black with #CFCAAD
Text Example
Text Example
White with #CFCAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCAAD; }
p { color: rgb(207,202,173); }
H1.HeaderClassName
{
color: #CFCAAD;
}
.AnyTagClassName
{
color: #CFCAAD;
}
</style>
background-color css
<style>
a { background-color: #CFCAAD; }
a { background-color: rgb(207,202,173); }
div.DivClassName
{
background-color: #CFCAAD;
}
.BgClassName
{
background-color: #CFCAAD;
}
</style>
border-color css
<style>
span { border-color: #CFCAAD; }
span { border-color: rgb(207,202,173); }
td.TdClassName
{
border-color: #CFCAAD;
}
.TagClassName
{
border-color: #CFCAAD;
}
</style>