Shades of Parchment #CAC4AC
Tints of Parchment #CAC4AC
RGB
CMYK
RGB Variations
Color information
#CAC4AC (or 0xCAC4AC) is known color: Parchment. HEX triplet: CA, C4 and AC. RGB value is (202,196,172). Sum of RGB (Red+Green+Blue) = 202+196+172=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 196 (76.95% from 255 or 34.39% from 570); Blue value is 172 (67.58% from 255 or 30.18% from 570); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC4AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC4AC is #353B53. Grayscale: #C3C3C3. Windows color (decimal): -3488596 or 11322570. OLE color: 11322570.
HSL color Cylindrical-coordinate representation of color #CAC4AC: hue angle of 48º 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 #CAC4AC is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 196 | 172 | - |
CMYK | 0 | 0.03 | 0.15 | 0.21 |
HSL | 48º | 0.22% | 0.73% | - |
HSV(B) | 48º | 0.15% | 0.79% | - |
XYZ | 51.54 | 55.01 | 46.93 | - |
YUV | 195.06 | 114.99 | 132.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 196 | 172 | 0 | 0.03 | 0.15 | 0.21 | 48 | 0.22 | 0.73 |
Hex | CA | C4 | AC | 0 | 3 | F | 15 | 30 | 16 | 49 |
Octal | 312 | 304 | 254 | 0 | 3 | 17 | 25 | 60 | 26 | 111 |
Binary | 11001010 | 11000100 | 10101100 | 0 | 11 | 1111 | 10101 | 110000 | 10110 | 1001001 |
Color Harmonies of #CAC4AC
Complementary color
Monochromatic Colors of #CAC4AC
Black with #CAC4AC
Text Example
Text Example
White with #CAC4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC4AC; }
p { color: rgb(202,196,172); }
H1.HeaderClassName
{
color: #CAC4AC;
}
.AnyTagClassName
{
color: #CAC4AC;
}
</style>
background-color css
<style>
a { background-color: #CAC4AC; }
a { background-color: rgb(202,196,172); }
div.DivClassName
{
background-color: #CAC4AC;
}
.BgClassName
{
background-color: #CAC4AC;
}
</style>
border-color css
<style>
span { border-color: #CAC4AC; }
span { border-color: rgb(202,196,172); }
td.TdClassName
{
border-color: #CAC4AC;
}
.TagClassName
{
border-color: #CAC4AC;
}
</style>