Shades of Parchment #CAC4B1
Tints of Parchment #CAC4B1
RGB
CMYK
RGB Variations
Color information
#CAC4B1 (or 0xCAC4B1) is known color: Parchment. HEX triplet: CA, C4 and B1. RGB value is (202,196,177). Sum of RGB (Red+Green+Blue) = 202+196+177=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 196 (76.95% from 255 or 34.09% from 575); Blue value is 177 (69.53% from 255 or 30.78% from 575); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC4B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC4B1 is #353B4E. Grayscale: #C3C3C3. Windows color (decimal): -3488591 or 11650250. OLE color: 11650250.
HSL color Cylindrical-coordinate representation of color #CAC4B1: hue angle of 45.6º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAC4B1 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 196 | 177 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.21 |
| HSL | 45.6º | 0.19% | 0.74% | - |
| HSV(B) | 45.6º | 0.12% | 0.79% | - |
| XYZ | 52.03 | 55.21 | 49.51 | - |
| YUV | 195.63 | 117.49 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 196 | 177 | 0 | 0.03 | 0.12 | 0.21 | 45.6 | 0.19 | 0.74 |
| Hex | CA | C4 | B1 | 0 | 3 | C | 15 | 2E | 13 | 4A |
| Octal | 312 | 304 | 261 | 0 | 3 | 14 | 25 | 56 | 23 | 112 |
| Binary | 11001010 | 11000100 | 10110001 | 0 | 11 | 1100 | 10101 | 101110 | 10011 | 1001010 |
Color Harmonies of #CAC4B1
Complementary color
Monochromatic Colors of #CAC4B1
Black with #CAC4B1
Text Example
Text Example
White with #CAC4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC4B1; }
p { color: rgb(202,196,177); }
H1.HeaderClassName
{
color: #CAC4B1;
}
.AnyTagClassName
{
color: #CAC4B1;
}
</style>
background-color css
<style>
a { background-color: #CAC4B1; }
a { background-color: rgb(202,196,177); }
div.DivClassName
{
background-color: #CAC4B1;
}
.BgClassName
{
background-color: #CAC4B1;
}
</style>
border-color css
<style>
span { border-color: #CAC4B1; }
span { border-color: rgb(202,196,177); }
td.TdClassName
{
border-color: #CAC4B1;
}
.TagClassName
{
border-color: #CAC4B1;
}
</style>