Shades of Parchment #CBC5B3
Tints of Parchment #CBC5B3
RGB
CMYK
RGB Variations
Color information
#CBC5B3 (or 0xCBC5B3) is known color: Parchment. HEX triplet: CB, C5 and B3. RGB value is (203,197,179). Sum of RGB (Red+Green+Blue) = 203+197+179=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 197 (77.34% from 255 or 34.02% from 579); Blue value is 179 (70.31% from 255 or 30.92% from 579); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC5B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC5B3 is #343A4C. Grayscale: #C4C4C4. Windows color (decimal): -3422797 or 11781579. OLE color: 11781579.
HSL color Cylindrical-coordinate representation of color #CBC5B3: hue angle of 45º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBC5B3 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 197 | 179 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.20 |
| HSL | 45º | 0.19% | 0.75% | - |
| HSV(B) | 45º | 0.12% | 0.8% | - |
| XYZ | 52.73 | 55.88 | 50.66 | - |
| YUV | 196.74 | 117.99 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 197 | 179 | 0 | 0.03 | 0.12 | 0.20 | 45 | 0.19 | 0.75 |
| Hex | CB | C5 | B3 | 0 | 3 | C | 14 | 2D | 13 | 4B |
| Octal | 313 | 305 | 263 | 0 | 3 | 14 | 24 | 55 | 23 | 113 |
| Binary | 11001011 | 11000101 | 10110011 | 0 | 11 | 1100 | 10100 | 101101 | 10011 | 1001011 |
Color Harmonies of #CBC5B3
Complementary color
Monochromatic Colors of #CBC5B3
Black with #CBC5B3
Text Example
Text Example
White with #CBC5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC5B3; }
p { color: rgb(203,197,179); }
H1.HeaderClassName
{
color: #CBC5B3;
}
.AnyTagClassName
{
color: #CBC5B3;
}
</style>
background-color css
<style>
a { background-color: #CBC5B3; }
a { background-color: rgb(203,197,179); }
div.DivClassName
{
background-color: #CBC5B3;
}
.BgClassName
{
background-color: #CBC5B3;
}
</style>
border-color css
<style>
span { border-color: #CBC5B3; }
span { border-color: rgb(203,197,179); }
td.TdClassName
{
border-color: #CBC5B3;
}
.TagClassName
{
border-color: #CBC5B3;
}
</style>