Shades of Parchment #CBC5AD
Tints of Parchment #CBC5AD
RGB
CMYK
RGB Variations
Color information
#CBC5AD (or 0xCBC5AD) is known color: Parchment. HEX triplet: CB, C5 and AD. RGB value is (203,197,173). Sum of RGB (Red+Green+Blue) = 203+197+173=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 197 (77.34% from 255 or 34.38% from 573); Blue value is 173 (67.97% from 255 or 30.19% from 573); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC5AD is #343A52. Grayscale: #C4C4C4. Windows color (decimal): -3422803 or 11388363. OLE color: 11388363.
HSL color Cylindrical-coordinate representation of color #CBC5AD: hue angle of 48º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBC5AD is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 197 | 173 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.20 |
| HSL | 48º | 0.22% | 0.74% | - |
| HSV(B) | 48º | 0.15% | 0.8% | - |
| XYZ | 52.14 | 55.65 | 47.53 | - |
| YUV | 196.06 | 114.99 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 197 | 173 | 0 | 0.03 | 0.15 | 0.20 | 48 | 0.22 | 0.74 |
| Hex | CB | C5 | AD | 0 | 3 | F | 14 | 30 | 16 | 4A |
| Octal | 313 | 305 | 255 | 0 | 3 | 17 | 24 | 60 | 26 | 112 |
| Binary | 11001011 | 11000101 | 10101101 | 0 | 11 | 1111 | 10100 | 110000 | 10110 | 1001010 |
Color Harmonies of #CBC5AD
Complementary color
Monochromatic Colors of #CBC5AD
Black with #CBC5AD
Text Example
Text Example
White with #CBC5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC5AD; }
p { color: rgb(203,197,173); }
H1.HeaderClassName
{
color: #CBC5AD;
}
.AnyTagClassName
{
color: #CBC5AD;
}
</style>
background-color css
<style>
a { background-color: #CBC5AD; }
a { background-color: rgb(203,197,173); }
div.DivClassName
{
background-color: #CBC5AD;
}
.BgClassName
{
background-color: #CBC5AD;
}
</style>
border-color css
<style>
span { border-color: #CBC5AD; }
span { border-color: rgb(203,197,173); }
td.TdClassName
{
border-color: #CBC5AD;
}
.TagClassName
{
border-color: #CBC5AD;
}
</style>