Shades of Parchment #CAC2AC
Tints of Parchment #CAC2AC
RGB
CMYK
RGB Variations
Color information
#CAC2AC (or 0xCAC2AC) is known color: Parchment. HEX triplet: CA, C2 and AC. RGB value is (202,194,172). Sum of RGB (Red+Green+Blue) = 202+194+172=568 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.56% from 568); Green value is 194 (76.17% from 255 or 34.15% from 568); Blue value is 172 (67.58% from 255 or 30.28% from 568); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC2AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC2AC is #353D53. Grayscale: #C1C1C1. Windows color (decimal): -3489108 or 11322058. OLE color: 11322058.
HSL color Cylindrical-coordinate representation of color #CAC2AC: hue angle of 44º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAC2AC is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 194 | 172 | - |
CMYK | 0 | 0.04 | 0.15 | 0.21 |
HSL | 44º | 0.22% | 0.73% | - |
HSV(B) | 44º | 0.15% | 0.79% | - |
XYZ | 51.1 | 54.12 | 46.78 | - |
YUV | 193.88 | 115.65 | 133.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 194 | 172 | 0 | 0.04 | 0.15 | 0.21 | 44 | 0.22 | 0.73 |
Hex | CA | C2 | AC | 0 | 4 | F | 15 | 2C | 16 | 49 |
Octal | 312 | 302 | 254 | 0 | 4 | 17 | 25 | 54 | 26 | 111 |
Binary | 11001010 | 11000010 | 10101100 | 0 | 100 | 1111 | 10101 | 101100 | 10110 | 1001001 |
Color Harmonies of #CAC2AC
Complementary color
Monochromatic Colors of #CAC2AC
Black with #CAC2AC
Text Example
Text Example
White with #CAC2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC2AC; }
p { color: rgb(202,194,172); }
H1.HeaderClassName
{
color: #CAC2AC;
}
.AnyTagClassName
{
color: #CAC2AC;
}
</style>
background-color css
<style>
a { background-color: #CAC2AC; }
a { background-color: rgb(202,194,172); }
div.DivClassName
{
background-color: #CAC2AC;
}
.BgClassName
{
background-color: #CAC2AC;
}
</style>
border-color css
<style>
span { border-color: #CAC2AC; }
span { border-color: rgb(202,194,172); }
td.TdClassName
{
border-color: #CAC2AC;
}
.TagClassName
{
border-color: #CAC2AC;
}
</style>