Shades of Parchment #CBC5B5
Tints of Parchment #CBC5B5
RGB
CMYK
RGB Variations
Color information
#CBC5B5 (or 0xCBC5B5) is known color: Parchment. HEX triplet: CB, C5 and B5. RGB value is (203,197,181). Sum of RGB (Red+Green+Blue) = 203+197+181=581 (76% of max value = 765). Red value is 203 (79.69% from 255 or 34.94% from 581); Green value is 197 (77.34% from 255 or 33.91% from 581); Blue value is 181 (71.09% from 255 or 31.15% from 581); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC5B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC5B5 is #343A4A. Grayscale: #C5C5C5. Windows color (decimal): -3422795 or 11912651. OLE color: 11912651.
HSL color Cylindrical-coordinate representation of color #CBC5B5: hue angle of 43.64º degrees, saturation: 0.17, 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 #CBC5B5 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 197 | 181 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.20 |
| HSL | 43.64º | 0.17% | 0.75% | - |
| HSV(B) | 43.64º | 0.11% | 0.8% | - |
| XYZ | 52.94 | 55.97 | 51.73 | - |
| YUV | 196.97 | 118.99 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 197 | 181 | 0 | 0.03 | 0.11 | 0.20 | 43.64 | 0.17 | 0.75 |
| Hex | CB | C5 | B5 | 0 | 3 | B | 14 | 2C | 11 | 4B |
| Octal | 313 | 305 | 265 | 0 | 3 | 13 | 24 | 54 | 21 | 113 |
| Binary | 11001011 | 11000101 | 10110101 | 0 | 11 | 1011 | 10100 | 101100 | 10001 | 1001011 |
Color Harmonies of #CBC5B5
Complementary color
Monochromatic Colors of #CBC5B5
Black with #CBC5B5
Text Example
Text Example
White with #CBC5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC5B5; }
p { color: rgb(203,197,181); }
H1.HeaderClassName
{
color: #CBC5B5;
}
.AnyTagClassName
{
color: #CBC5B5;
}
</style>
background-color css
<style>
a { background-color: #CBC5B5; }
a { background-color: rgb(203,197,181); }
div.DivClassName
{
background-color: #CBC5B5;
}
.BgClassName
{
background-color: #CBC5B5;
}
</style>
border-color css
<style>
span { border-color: #CBC5B5; }
span { border-color: rgb(203,197,181); }
td.TdClassName
{
border-color: #CBC5B5;
}
.TagClassName
{
border-color: #CBC5B5;
}
</style>