Shades of Parchment #CAC2AD
Tints of Parchment #CAC2AD
RGB
CMYK
RGB Variations
Color information
#CAC2AD (or 0xCAC2AD) is known color: Parchment. HEX triplet: CA, C2 and AD. RGB value is (202,194,173). Sum of RGB (Red+Green+Blue) = 202+194+173=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 194 (76.17% from 255 or 34.09% from 569); Blue value is 173 (67.97% from 255 or 30.40% from 569); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC2AD is #353D52. Grayscale: #C2C2C2. Windows color (decimal): -3489107 or 11387594. OLE color: 11387594.
HSL color Cylindrical-coordinate representation of color #CAC2AD: hue angle of 43.45º 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 #CAC2AD is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 194 | 173 | - |
CMYK | 0 | 0.04 | 0.14 | 0.21 |
HSL | 43.45º | 0.21% | 0.74% | - |
HSV(B) | 43.45º | 0.14% | 0.79% | - |
XYZ | 51.19 | 54.16 | 47.29 | - |
YUV | 194 | 116.15 | 133.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 194 | 173 | 0 | 0.04 | 0.14 | 0.21 | 43.45 | 0.21 | 0.74 |
Hex | CA | C2 | AD | 0 | 4 | E | 15 | 2B | 15 | 4A |
Octal | 312 | 302 | 255 | 0 | 4 | 16 | 25 | 53 | 25 | 112 |
Binary | 11001010 | 11000010 | 10101101 | 0 | 100 | 1110 | 10101 | 101011 | 10101 | 1001010 |
Color Harmonies of #CAC2AD
Complementary color
Monochromatic Colors of #CAC2AD
Black with #CAC2AD
Text Example
Text Example
White with #CAC2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC2AD; }
p { color: rgb(202,194,173); }
H1.HeaderClassName
{
color: #CAC2AD;
}
.AnyTagClassName
{
color: #CAC2AD;
}
</style>
background-color css
<style>
a { background-color: #CAC2AD; }
a { background-color: rgb(202,194,173); }
div.DivClassName
{
background-color: #CAC2AD;
}
.BgClassName
{
background-color: #CAC2AD;
}
</style>
border-color css
<style>
span { border-color: #CAC2AD; }
span { border-color: rgb(202,194,173); }
td.TdClassName
{
border-color: #CAC2AD;
}
.TagClassName
{
border-color: #CAC2AD;
}
</style>