Shades of Parchment #CBC6AF
Tints of Parchment #CBC6AF
RGB
CMYK
RGB Variations
Color information
#CBC6AF (or 0xCBC6AF) is known color: Parchment. HEX triplet: CB, C6 and AF. RGB value is (203,198,175). Sum of RGB (Red+Green+Blue) = 203+198+175=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 198 (77.73% from 255 or 34.38% from 576); Blue value is 175 (68.75% from 255 or 30.38% from 576); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC6AF is #343950. Grayscale: #C4C4C4. Windows color (decimal): -3422545 or 11519691. OLE color: 11519691.
HSL color Cylindrical-coordinate representation of color #CBC6AF: hue angle of 49.29º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBC6AF is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 198 | 175 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.20 |
| HSL | 49.29º | 0.21% | 0.74% | - |
| HSV(B) | 49.29º | 0.14% | 0.8% | - |
| XYZ | 52.56 | 56.18 | 48.63 | - |
| YUV | 196.87 | 115.66 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 175 | 0 | 0.02 | 0.14 | 0.20 | 49.29 | 0.21 | 0.74 |
| Hex | CB | C6 | AF | 0 | 2 | E | 14 | 31 | 15 | 4A |
| Octal | 313 | 306 | 257 | 0 | 2 | 16 | 24 | 61 | 25 | 112 |
| Binary | 11001011 | 11000110 | 10101111 | 0 | 10 | 1110 | 10100 | 110001 | 10101 | 1001010 |
Color Harmonies of #CBC6AF
Complementary color
Monochromatic Colors of #CBC6AF
Black with #CBC6AF
Text Example
Text Example
White with #CBC6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC6AF; }
p { color: rgb(203,198,175); }
H1.HeaderClassName
{
color: #CBC6AF;
}
.AnyTagClassName
{
color: #CBC6AF;
}
</style>
background-color css
<style>
a { background-color: #CBC6AF; }
a { background-color: rgb(203,198,175); }
div.DivClassName
{
background-color: #CBC6AF;
}
.BgClassName
{
background-color: #CBC6AF;
}
</style>
border-color css
<style>
span { border-color: #CBC6AF; }
span { border-color: rgb(203,198,175); }
td.TdClassName
{
border-color: #CBC6AF;
}
.TagClassName
{
border-color: #CBC6AF;
}
</style>