Shades of Parchment #CBC6AD
Tints of Parchment #CBC6AD
RGB
CMYK
RGB Variations
Color information
#CBC6AD (or 0xCBC6AD) is known color: Parchment. HEX triplet: CB, C6 and AD. RGB value is (203,198,173). Sum of RGB (Red+Green+Blue) = 203+198+173=574 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.37% from 574); Green value is 198 (77.73% from 255 or 34.49% from 574); Blue value is 173 (67.97% from 255 or 30.14% from 574); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC6AD is #343952. Grayscale: #C4C4C4. Windows color (decimal): -3422547 or 11388619. OLE color: 11388619.
HSL color Cylindrical-coordinate representation of color #CBC6AD: hue angle of 50º 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 #CBC6AD is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 198 | 173 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.20 |
| HSL | 50º | 0.22% | 0.74% | - |
| HSV(B) | 50º | 0.15% | 0.8% | - |
| XYZ | 52.37 | 56.1 | 47.6 | - |
| YUV | 196.65 | 114.66 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 173 | 0 | 0.02 | 0.15 | 0.20 | 50 | 0.22 | 0.74 |
| Hex | CB | C6 | AD | 0 | 2 | F | 14 | 32 | 16 | 4A |
| Octal | 313 | 306 | 255 | 0 | 2 | 17 | 24 | 62 | 26 | 112 |
| Binary | 11001011 | 11000110 | 10101101 | 0 | 10 | 1111 | 10100 | 110010 | 10110 | 1001010 |
Color Harmonies of #CBC6AD
Complementary color
Monochromatic Colors of #CBC6AD
Black with #CBC6AD
Text Example
Text Example
White with #CBC6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC6AD; }
p { color: rgb(203,198,173); }
H1.HeaderClassName
{
color: #CBC6AD;
}
.AnyTagClassName
{
color: #CBC6AD;
}
</style>
background-color css
<style>
a { background-color: #CBC6AD; }
a { background-color: rgb(203,198,173); }
div.DivClassName
{
background-color: #CBC6AD;
}
.BgClassName
{
background-color: #CBC6AD;
}
</style>
border-color css
<style>
span { border-color: #CBC6AD; }
span { border-color: rgb(203,198,173); }
td.TdClassName
{
border-color: #CBC6AD;
}
.TagClassName
{
border-color: #CBC6AD;
}
</style>