Shades of Parchment #CBC4B3
Tints of Parchment #CBC4B3
RGB
CMYK
RGB Variations
Color information
#CBC4B3 (or 0xCBC4B3) is known color: Parchment. HEX triplet: CB, C4 and B3. RGB value is (203,196,179). Sum of RGB (Red+Green+Blue) = 203+196+179=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 196 (76.95% from 255 or 33.91% from 578); Blue value is 179 (70.31% from 255 or 30.97% from 578); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC4B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC4B3 is #343B4C. Grayscale: #C4C4C4. Windows color (decimal): -3423053 or 11781323. OLE color: 11781323.
HSL color Cylindrical-coordinate representation of color #CBC4B3: hue angle of 42.5º 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 #CBC4B3 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 196 | 179 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.20 |
| HSL | 42.5º | 0.19% | 0.75% | - |
| HSV(B) | 42.5º | 0.12% | 0.8% | - |
| XYZ | 52.51 | 55.43 | 50.58 | - |
| YUV | 196.16 | 118.32 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 196 | 179 | 0 | 0.03 | 0.12 | 0.20 | 42.5 | 0.19 | 0.75 |
| Hex | CB | C4 | B3 | 0 | 3 | C | 14 | 2A | 13 | 4B |
| Octal | 313 | 304 | 263 | 0 | 3 | 14 | 24 | 52 | 23 | 113 |
| Binary | 11001011 | 11000100 | 10110011 | 0 | 11 | 1100 | 10100 | 101010 | 10011 | 1001011 |
Color Harmonies of #CBC4B3
Complementary color
Monochromatic Colors of #CBC4B3
Black with #CBC4B3
Text Example
Text Example
White with #CBC4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC4B3; }
p { color: rgb(203,196,179); }
H1.HeaderClassName
{
color: #CBC4B3;
}
.AnyTagClassName
{
color: #CBC4B3;
}
</style>
background-color css
<style>
a { background-color: #CBC4B3; }
a { background-color: rgb(203,196,179); }
div.DivClassName
{
background-color: #CBC4B3;
}
.BgClassName
{
background-color: #CBC4B3;
}
</style>
border-color css
<style>
span { border-color: #CBC4B3; }
span { border-color: rgb(203,196,179); }
td.TdClassName
{
border-color: #CBC4B3;
}
.TagClassName
{
border-color: #CBC4B3;
}
</style>