Shades of Parchment #CAC3AC
Tints of Parchment #CAC3AC
RGB
CMYK
RGB Variations
Color information
#CAC3AC (or 0xCAC3AC) is known color: Parchment. HEX triplet: CA, C3 and AC. RGB value is (202,195,172). Sum of RGB (Red+Green+Blue) = 202+195+172=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 195 (76.56% from 255 or 34.27% from 569); Blue value is 172 (67.58% from 255 or 30.23% from 569); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC3AC is #353C53. Grayscale: #C2C2C2. Windows color (decimal): -3488852 or 11322314. OLE color: 11322314.
HSL color Cylindrical-coordinate representation of color #CAC3AC: hue angle of 46º 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 #CAC3AC is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 195 | 172 | - |
CMYK | 0 | 0.03 | 0.15 | 0.21 |
HSL | 46º | 0.22% | 0.73% | - |
HSV(B) | 46º | 0.15% | 0.79% | - |
XYZ | 51.32 | 54.57 | 46.86 | - |
YUV | 194.47 | 115.32 | 133.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 195 | 172 | 0 | 0.03 | 0.15 | 0.21 | 46 | 0.22 | 0.73 |
Hex | CA | C3 | AC | 0 | 3 | F | 15 | 2E | 16 | 49 |
Octal | 312 | 303 | 254 | 0 | 3 | 17 | 25 | 56 | 26 | 111 |
Binary | 11001010 | 11000011 | 10101100 | 0 | 11 | 1111 | 10101 | 101110 | 10110 | 1001001 |
Color Harmonies of #CAC3AC
Complementary color
Monochromatic Colors of #CAC3AC
Black with #CAC3AC
Text Example
Text Example
White with #CAC3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC3AC; }
p { color: rgb(202,195,172); }
H1.HeaderClassName
{
color: #CAC3AC;
}
.AnyTagClassName
{
color: #CAC3AC;
}
</style>
background-color css
<style>
a { background-color: #CAC3AC; }
a { background-color: rgb(202,195,172); }
div.DivClassName
{
background-color: #CAC3AC;
}
.BgClassName
{
background-color: #CAC3AC;
}
</style>
border-color css
<style>
span { border-color: #CAC3AC; }
span { border-color: rgb(202,195,172); }
td.TdClassName
{
border-color: #CAC3AC;
}
.TagClassName
{
border-color: #CAC3AC;
}
</style>