Shades of Parchment #CBC4B1
Tints of Parchment #CBC4B1
RGB
CMYK
RGB Variations
Color information
#CBC4B1 (or 0xCBC4B1) is known color: Parchment. HEX triplet: CB, C4 and B1. RGB value is (203,196,177). Sum of RGB (Red+Green+Blue) = 203+196+177=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 196 (76.95% from 255 or 34.03% from 576); Blue value is 177 (69.53% from 255 or 30.73% from 576); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC4B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC4B1 is #343B4E. Grayscale: #C4C4C4. Windows color (decimal): -3423055 or 11650251. OLE color: 11650251.
HSL color Cylindrical-coordinate representation of color #CBC4B1: hue angle of 43.85º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBC4B1 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 196 | 177 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.20 |
| HSL | 43.85º | 0.2% | 0.75% | - |
| HSV(B) | 43.85º | 0.13% | 0.8% | - |
| XYZ | 52.3 | 55.35 | 49.52 | - |
| YUV | 195.93 | 117.32 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 196 | 177 | 0 | 0.03 | 0.13 | 0.20 | 43.85 | 0.2 | 0.75 |
| Hex | CB | C4 | B1 | 0 | 3 | D | 14 | 2C | 14 | 4B |
| Octal | 313 | 304 | 261 | 0 | 3 | 15 | 24 | 54 | 24 | 113 |
| Binary | 11001011 | 11000100 | 10110001 | 0 | 11 | 1101 | 10100 | 101100 | 10100 | 1001011 |
Color Harmonies of #CBC4B1
Complementary color
Monochromatic Colors of #CBC4B1
Black with #CBC4B1
Text Example
Text Example
White with #CBC4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC4B1; }
p { color: rgb(203,196,177); }
H1.HeaderClassName
{
color: #CBC4B1;
}
.AnyTagClassName
{
color: #CBC4B1;
}
</style>
background-color css
<style>
a { background-color: #CBC4B1; }
a { background-color: rgb(203,196,177); }
div.DivClassName
{
background-color: #CBC4B1;
}
.BgClassName
{
background-color: #CBC4B1;
}
</style>
border-color css
<style>
span { border-color: #CBC4B1; }
span { border-color: rgb(203,196,177); }
td.TdClassName
{
border-color: #CBC4B1;
}
.TagClassName
{
border-color: #CBC4B1;
}
</style>