Shades of Parchment #CBC3AD
Tints of Parchment #CBC3AD
RGB
CMYK
RGB Variations
Color information
#CBC3AD (or 0xCBC3AD) is known color: Parchment. HEX triplet: CB, C3 and AD. RGB value is (203,195,173). Sum of RGB (Red+Green+Blue) = 203+195+173=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 195 (76.56% from 255 or 34.15% from 571); Blue value is 173 (67.97% from 255 or 30.30% from 571); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC3AD is #343C52. Grayscale: #C2C2C2. Windows color (decimal): -3423315 or 11387851. OLE color: 11387851.
HSL color Cylindrical-coordinate representation of color #CBC3AD: hue angle of 44º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBC3AD is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 195 | 173 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.20 |
| HSL | 44º | 0.22% | 0.74% | - |
| HSV(B) | 44º | 0.15% | 0.8% | - |
| XYZ | 51.69 | 54.74 | 47.38 | - |
| YUV | 194.88 | 115.65 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 173 | 0 | 0.04 | 0.15 | 0.20 | 44 | 0.22 | 0.74 |
| Hex | CB | C3 | AD | 0 | 4 | F | 14 | 2C | 16 | 4A |
| Octal | 313 | 303 | 255 | 0 | 4 | 17 | 24 | 54 | 26 | 112 |
| Binary | 11001011 | 11000011 | 10101101 | 0 | 100 | 1111 | 10100 | 101100 | 10110 | 1001010 |
Color Harmonies of #CBC3AD
Complementary color
Monochromatic Colors of #CBC3AD
Black with #CBC3AD
Text Example
Text Example
White with #CBC3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC3AD; }
p { color: rgb(203,195,173); }
H1.HeaderClassName
{
color: #CBC3AD;
}
.AnyTagClassName
{
color: #CBC3AD;
}
</style>
background-color css
<style>
a { background-color: #CBC3AD; }
a { background-color: rgb(203,195,173); }
div.DivClassName
{
background-color: #CBC3AD;
}
.BgClassName
{
background-color: #CBC3AD;
}
</style>
border-color css
<style>
span { border-color: #CBC3AD; }
span { border-color: rgb(203,195,173); }
td.TdClassName
{
border-color: #CBC3AD;
}
.TagClassName
{
border-color: #CBC3AD;
}
</style>