Shades of Parchment #CBC5A8
Tints of Parchment #CBC5A8
RGB
CMYK
RGB Variations
Color information
#CBC5A8 (or 0xCBC5A8) is known color: Parchment. HEX triplet: CB, C5 and A8. RGB value is (203,197,168). Sum of RGB (Red+Green+Blue) = 203+197+168=568 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.74% from 568); Green value is 197 (77.34% from 255 or 34.68% from 568); Blue value is 168 (66.02% from 255 or 29.58% from 568); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC5A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC5A8 is #343A57. Grayscale: #C3C3C3. Windows color (decimal): -3422808 or 11060683. OLE color: 11060683.
HSL color Cylindrical-coordinate representation of color #CBC5A8: hue angle of 49.71º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBC5A8 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 197 | 168 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.20 |
| HSL | 49.71º | 0.25% | 0.73% | - |
| HSV(B) | 49.71º | 0.17% | 0.8% | - |
| XYZ | 51.66 | 55.46 | 45.03 | - |
| YUV | 195.49 | 112.49 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 197 | 168 | 0 | 0.03 | 0.17 | 0.20 | 49.71 | 0.25 | 0.73 |
| Hex | CB | C5 | A8 | 0 | 3 | 11 | 14 | 32 | 19 | 49 |
| Octal | 313 | 305 | 250 | 0 | 3 | 21 | 24 | 62 | 31 | 111 |
| Binary | 11001011 | 11000101 | 10101000 | 0 | 11 | 10001 | 10100 | 110010 | 11001 | 1001001 |
Color Harmonies of #CBC5A8
Complementary color
Monochromatic Colors of #CBC5A8
Black with #CBC5A8
Text Example
Text Example
White with #CBC5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC5A8; }
p { color: rgb(203,197,168); }
H1.HeaderClassName
{
color: #CBC5A8;
}
.AnyTagClassName
{
color: #CBC5A8;
}
</style>
background-color css
<style>
a { background-color: #CBC5A8; }
a { background-color: rgb(203,197,168); }
div.DivClassName
{
background-color: #CBC5A8;
}
.BgClassName
{
background-color: #CBC5A8;
}
</style>
border-color css
<style>
span { border-color: #CBC5A8; }
span { border-color: rgb(203,197,168); }
td.TdClassName
{
border-color: #CBC5A8;
}
.TagClassName
{
border-color: #CBC5A8;
}
</style>