Shades of Parchment #CBC2AD
Tints of Parchment #CBC2AD
RGB
CMYK
RGB Variations
Color information
#CBC2AD (or 0xCBC2AD) is known color: Parchment. HEX triplet: CB, C2 and AD. RGB value is (203,194,173). Sum of RGB (Red+Green+Blue) = 203+194+173=570 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.61% from 570); Green value is 194 (76.17% from 255 or 34.04% from 570); Blue value is 173 (67.97% from 255 or 30.35% from 570); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC2AD is #343D52. Grayscale: #C2C2C2. Windows color (decimal): -3423571 or 11387595. OLE color: 11387595.
HSL color Cylindrical-coordinate representation of color #CBC2AD: hue angle of 42º 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 #CBC2AD is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 194 | 173 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.20 |
| HSL | 42º | 0.22% | 0.74% | - |
| HSV(B) | 42º | 0.15% | 0.8% | - |
| XYZ | 51.46 | 54.3 | 47.3 | - |
| YUV | 194.3 | 115.98 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 194 | 173 | 0 | 0.04 | 0.15 | 0.20 | 42 | 0.22 | 0.74 |
| Hex | CB | C2 | AD | 0 | 4 | F | 14 | 2A | 16 | 4A |
| Octal | 313 | 302 | 255 | 0 | 4 | 17 | 24 | 52 | 26 | 112 |
| Binary | 11001011 | 11000010 | 10101101 | 0 | 100 | 1111 | 10100 | 101010 | 10110 | 1001010 |
Color Harmonies of #CBC2AD
Complementary color
Monochromatic Colors of #CBC2AD
Black with #CBC2AD
Text Example
Text Example
White with #CBC2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC2AD; }
p { color: rgb(203,194,173); }
H1.HeaderClassName
{
color: #CBC2AD;
}
.AnyTagClassName
{
color: #CBC2AD;
}
</style>
background-color css
<style>
a { background-color: #CBC2AD; }
a { background-color: rgb(203,194,173); }
div.DivClassName
{
background-color: #CBC2AD;
}
.BgClassName
{
background-color: #CBC2AD;
}
</style>
border-color css
<style>
span { border-color: #CBC2AD; }
span { border-color: rgb(203,194,173); }
td.TdClassName
{
border-color: #CBC2AD;
}
.TagClassName
{
border-color: #CBC2AD;
}
</style>