Shades of Parchment #CAC3AD
Tints of Parchment #CAC3AD
RGB
CMYK
RGB Variations
Color information
#CAC3AD (or 0xCAC3AD) is known color: Parchment. HEX triplet: CA, C3 and AD. RGB value is (202,195,173). Sum of RGB (Red+Green+Blue) = 202+195+173=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 195 (76.56% from 255 or 34.21% from 570); Blue value is 173 (67.97% from 255 or 30.35% from 570); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC3AD is #353C52. Grayscale: #C2C2C2. Windows color (decimal): -3488851 or 11387850. OLE color: 11387850.
HSL color Cylindrical-coordinate representation of color #CAC3AD: hue angle of 45.52º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAC3AD is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 195 | 173 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.21 |
| HSL | 45.52º | 0.21% | 0.74% | - |
| HSV(B) | 45.52º | 0.14% | 0.79% | - |
| XYZ | 51.42 | 54.6 | 47.36 | - |
| YUV | 194.59 | 115.82 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 195 | 173 | 0 | 0.03 | 0.14 | 0.21 | 45.52 | 0.21 | 0.74 |
| Hex | CA | C3 | AD | 0 | 3 | E | 15 | 2E | 15 | 4A |
| Octal | 312 | 303 | 255 | 0 | 3 | 16 | 25 | 56 | 25 | 112 |
| Binary | 11001010 | 11000011 | 10101101 | 0 | 11 | 1110 | 10101 | 101110 | 10101 | 1001010 |
Color Harmonies of #CAC3AD
Complementary color
Monochromatic Colors of #CAC3AD
Black with #CAC3AD
Text Example
Text Example
White with #CAC3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC3AD; }
p { color: rgb(202,195,173); }
H1.HeaderClassName
{
color: #CAC3AD;
}
.AnyTagClassName
{
color: #CAC3AD;
}
</style>
background-color css
<style>
a { background-color: #CAC3AD; }
a { background-color: rgb(202,195,173); }
div.DivClassName
{
background-color: #CAC3AD;
}
.BgClassName
{
background-color: #CAC3AD;
}
</style>
border-color css
<style>
span { border-color: #CAC3AD; }
span { border-color: rgb(202,195,173); }
td.TdClassName
{
border-color: #CAC3AD;
}
.TagClassName
{
border-color: #CAC3AD;
}
</style>