Shades of Parchment #CBC5B4
Tints of Parchment #CBC5B4
RGB
CMYK
RGB Variations
Color information
#CBC5B4 (or 0xCBC5B4) is known color: Parchment. HEX triplet: CB, C5 and B4. RGB value is (203,197,180). Sum of RGB (Red+Green+Blue) = 203+197+180=580 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35% from 580); Green value is 197 (77.34% from 255 or 33.97% from 580); Blue value is 180 (70.70% from 255 or 31.03% from 580); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC5B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC5B4 is #343A4B. Grayscale: #C4C4C4. Windows color (decimal): -3422796 or 11847115. OLE color: 11847115.
HSL color Cylindrical-coordinate representation of color #CBC5B4: hue angle of 44.35º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBC5B4 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 197 | 180 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.20 |
| HSL | 44.35º | 0.18% | 0.75% | - |
| HSV(B) | 44.35º | 0.11% | 0.8% | - |
| XYZ | 52.83 | 55.92 | 51.19 | - |
| YUV | 196.86 | 118.49 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 197 | 180 | 0 | 0.03 | 0.11 | 0.20 | 44.35 | 0.18 | 0.75 |
| Hex | CB | C5 | B4 | 0 | 3 | B | 14 | 2C | 12 | 4B |
| Octal | 313 | 305 | 264 | 0 | 3 | 13 | 24 | 54 | 22 | 113 |
| Binary | 11001011 | 11000101 | 10110100 | 0 | 11 | 1011 | 10100 | 101100 | 10010 | 1001011 |
Color Harmonies of #CBC5B4
Complementary color
Monochromatic Colors of #CBC5B4
Black with #CBC5B4
Text Example
Text Example
White with #CBC5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC5B4; }
p { color: rgb(203,197,180); }
H1.HeaderClassName
{
color: #CBC5B4;
}
.AnyTagClassName
{
color: #CBC5B4;
}
</style>
background-color css
<style>
a { background-color: #CBC5B4; }
a { background-color: rgb(203,197,180); }
div.DivClassName
{
background-color: #CBC5B4;
}
.BgClassName
{
background-color: #CBC5B4;
}
</style>
border-color css
<style>
span { border-color: #CBC5B4; }
span { border-color: rgb(203,197,180); }
td.TdClassName
{
border-color: #CBC5B4;
}
.TagClassName
{
border-color: #CBC5B4;
}
</style>