Shades of Parchment #CAC4B4
Tints of Parchment #CAC4B4
RGB
CMYK
RGB Variations
Color information
#CAC4B4 (or 0xCAC4B4) is known color: Parchment. HEX triplet: CA, C4 and B4. RGB value is (202,196,180). Sum of RGB (Red+Green+Blue) = 202+196+180=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 196 (76.95% from 255 or 33.91% from 578); Blue value is 180 (70.70% from 255 or 31.14% from 578); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC4B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC4B4 is #353B4B. Grayscale: #C4C4C4. Windows color (decimal): -3488588 or 11846858. OLE color: 11846858.
HSL color Cylindrical-coordinate representation of color #CAC4B4: hue angle of 43.64º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CAC4B4 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 196 | 180 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.21 |
| HSL | 43.64º | 0.17% | 0.75% | - |
| HSV(B) | 43.64º | 0.11% | 0.79% | - |
| XYZ | 52.34 | 55.33 | 51.1 | - |
| YUV | 195.97 | 118.99 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 196 | 180 | 0 | 0.03 | 0.11 | 0.21 | 43.64 | 0.17 | 0.75 |
| Hex | CA | C4 | B4 | 0 | 3 | B | 15 | 2C | 11 | 4B |
| Octal | 312 | 304 | 264 | 0 | 3 | 13 | 25 | 54 | 21 | 113 |
| Binary | 11001010 | 11000100 | 10110100 | 0 | 11 | 1011 | 10101 | 101100 | 10001 | 1001011 |
Color Harmonies of #CAC4B4
Complementary color
Monochromatic Colors of #CAC4B4
Black with #CAC4B4
Text Example
Text Example
White with #CAC4B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC4B4; }
p { color: rgb(202,196,180); }
H1.HeaderClassName
{
color: #CAC4B4;
}
.AnyTagClassName
{
color: #CAC4B4;
}
</style>
background-color css
<style>
a { background-color: #CAC4B4; }
a { background-color: rgb(202,196,180); }
div.DivClassName
{
background-color: #CAC4B4;
}
.BgClassName
{
background-color: #CAC4B4;
}
</style>
border-color css
<style>
span { border-color: #CAC4B4; }
span { border-color: rgb(202,196,180); }
td.TdClassName
{
border-color: #CAC4B4;
}
.TagClassName
{
border-color: #CAC4B4;
}
</style>