Shades of Tapestry #C2697D
Tints of Tapestry #C2697D
RGB
CMYK
RGB Variations
Color information
#C2697D (or 0xC2697D) is known color: Tapestry. HEX triplet: C2, 69 and 7D. RGB value is (194,105,125). Sum of RGB (Red+Green+Blue) = 194+105+125=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 105 (41.41% from 255 or 24.76% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C2697D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2697D is #3D9682. Grayscale: #858585. Windows color (decimal): -4036227 or 8219074. OLE color: 8219074.
HSL color Cylindrical-coordinate representation of color #C2697D: hue angle of 346.52º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C2697D is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 105 | 125 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.24 |
| HSL | 346.52º | 0.42% | 0.59% | - |
| HSV(B) | 346.52º | 0.46% | 0.76% | - |
| XYZ | 31 | 23.05 | 22.22 | - |
| YUV | 133.89 | 122.99 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 105 | 125 | 0 | 0.46 | 0.36 | 0.24 | 346.52 | 0.42 | 0.59 |
| Hex | C2 | 69 | 7D | 0 | 2E | 24 | 18 | 15B | 2A | 3B |
| Octal | 302 | 151 | 175 | 0 | 56 | 44 | 30 | 533 | 52 | 73 |
| Binary | 11000010 | 1101001 | 1111101 | 0 | 101110 | 100100 | 11000 | 101011011 | 101010 | 111011 |
Color Harmonies of #C2697D
Complementary color
Monochromatic Colors of #C2697D
Black with #C2697D
Text Example
Text Example
White with #C2697D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2697D; }
p { color: rgb(194,105,125); }
H1.HeaderClassName
{
color: #C2697D;
}
.AnyTagClassName
{
color: #C2697D;
}
</style>
background-color css
<style>
a { background-color: #C2697D; }
a { background-color: rgb(194,105,125); }
div.DivClassName
{
background-color: #C2697D;
}
.BgClassName
{
background-color: #C2697D;
}
</style>
border-color css
<style>
span { border-color: #C2697D; }
span { border-color: rgb(194,105,125); }
td.TdClassName
{
border-color: #C2697D;
}
.TagClassName
{
border-color: #C2697D;
}
</style>