Shades of Tapestry #C35F7D
Tints of Tapestry #C35F7D
RGB
CMYK
RGB Variations
Color information
#C35F7D (or 0xC35F7D) is known color: Tapestry. HEX triplet: C3, 5F and 7D. RGB value is (195,95,125). Sum of RGB (Red+Green+Blue) = 195+95+125=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 95 (37.5% from 255 or 22.89% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C35F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35F7D is #3CA082. Grayscale: #808080. Windows color (decimal): -3973251 or 8216515. OLE color: 8216515.
HSL color Cylindrical-coordinate representation of color #C35F7D: hue angle of 342º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C35F7D is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 95 | 125 | - |
| CMYK | 0 | 0.51 | 0.36 | 0.24 |
| HSL | 342º | 0.45% | 0.57% | - |
| HSV(B) | 342º | 0.51% | 0.76% | - |
| XYZ | 30.3 | 21.27 | 21.91 | - |
| YUV | 128.32 | 126.13 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 95 | 125 | 0 | 0.51 | 0.36 | 0.24 | 342 | 0.45 | 0.57 |
| Hex | C3 | 5F | 7D | 0 | 33 | 24 | 18 | 156 | 2D | 39 |
| Octal | 303 | 137 | 175 | 0 | 63 | 44 | 30 | 526 | 55 | 71 |
| Binary | 11000011 | 1011111 | 1111101 | 0 | 110011 | 100100 | 11000 | 101010110 | 101101 | 111001 |
Color Harmonies of #C35F7D
Complementary color
Monochromatic Colors of #C35F7D
Black with #C35F7D
Text Example
Text Example
White with #C35F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35F7D; }
p { color: rgb(195,95,125); }
H1.HeaderClassName
{
color: #C35F7D;
}
.AnyTagClassName
{
color: #C35F7D;
}
</style>
background-color css
<style>
a { background-color: #C35F7D; }
a { background-color: rgb(195,95,125); }
div.DivClassName
{
background-color: #C35F7D;
}
.BgClassName
{
background-color: #C35F7D;
}
</style>
border-color css
<style>
span { border-color: #C35F7D; }
span { border-color: rgb(195,95,125); }
td.TdClassName
{
border-color: #C35F7D;
}
.TagClassName
{
border-color: #C35F7D;
}
</style>