Shades of Tapestry #C3697D
Tints of Tapestry #C3697D
RGB
CMYK
RGB Variations
Color information
#C3697D (or 0xC3697D) is known color: Tapestry. HEX triplet: C3, 69 and 7D. RGB value is (195,105,125). Sum of RGB (Red+Green+Blue) = 195+105+125=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 105 (41.41% from 255 or 24.71% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 195 - color contains mainly: red. Hex color #C3697D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3697D is #3C9682. Grayscale: #868686. Windows color (decimal): -3970691 or 8219075. OLE color: 8219075.
HSL color Cylindrical-coordinate representation of color #C3697D: hue angle of 346.67º degrees, saturation: 0.43, 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 #C3697D is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 105 | 125 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.24 |
| HSL | 346.67º | 0.43% | 0.59% | - |
| HSV(B) | 346.67º | 0.46% | 0.76% | - |
| XYZ | 31.26 | 23.19 | 22.23 | - |
| YUV | 134.19 | 122.82 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 105 | 125 | 0 | 0.46 | 0.36 | 0.24 | 346.67 | 0.43 | 0.59 |
| Hex | C3 | 69 | 7D | 0 | 2E | 24 | 18 | 15B | 2B | 3B |
| Octal | 303 | 151 | 175 | 0 | 56 | 44 | 30 | 533 | 53 | 73 |
| Binary | 11000011 | 1101001 | 1111101 | 0 | 101110 | 100100 | 11000 | 101011011 | 101011 | 111011 |
Color Harmonies of #C3697D
Complementary color
Monochromatic Colors of #C3697D
Black with #C3697D
Text Example
Text Example
White with #C3697D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3697D; }
p { color: rgb(195,105,125); }
H1.HeaderClassName
{
color: #C3697D;
}
.AnyTagClassName
{
color: #C3697D;
}
</style>
background-color css
<style>
a { background-color: #C3697D; }
a { background-color: rgb(195,105,125); }
div.DivClassName
{
background-color: #C3697D;
}
.BgClassName
{
background-color: #C3697D;
}
</style>
border-color css
<style>
span { border-color: #C3697D; }
span { border-color: rgb(195,105,125); }
td.TdClassName
{
border-color: #C3697D;
}
.TagClassName
{
border-color: #C3697D;
}
</style>