Shades of Tapestry #C0767D
Tints of Tapestry #C0767D
RGB
CMYK
RGB Variations
Color information
#C0767D (or 0xC0767D) is known color: Tapestry. HEX triplet: C0, 76 and 7D. RGB value is (192,118,125). Sum of RGB (Red+Green+Blue) = 192+118+125=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C0767D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0767D is #3F8982. Grayscale: #8C8C8C. Windows color (decimal): -4163971 or 8222400. OLE color: 8222400.
HSL color Cylindrical-coordinate representation of color #C0767D: hue angle of 354.32º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C0767D is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 118 | 125 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.25 |
| HSL | 354.32º | 0.37% | 0.61% | - |
| HSV(B) | 354.32º | 0.39% | 0.75% | - |
| XYZ | 31.92 | 25.64 | 22.67 | - |
| YUV | 140.92 | 119.02 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 118 | 125 | 0 | 0.39 | 0.35 | 0.25 | 354.32 | 0.37 | 0.61 |
| Hex | C0 | 76 | 7D | 0 | 27 | 23 | 19 | 162 | 25 | 3D |
| Octal | 300 | 166 | 175 | 0 | 47 | 43 | 31 | 542 | 45 | 75 |
| Binary | 11000000 | 1110110 | 1111101 | 0 | 100111 | 100011 | 11001 | 101100010 | 100101 | 111101 |
Color Harmonies of #C0767D
Complementary color
Monochromatic Colors of #C0767D
Black with #C0767D
Text Example
Text Example
White with #C0767D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0767D; }
p { color: rgb(192,118,125); }
H1.HeaderClassName
{
color: #C0767D;
}
.AnyTagClassName
{
color: #C0767D;
}
</style>
background-color css
<style>
a { background-color: #C0767D; }
a { background-color: rgb(192,118,125); }
div.DivClassName
{
background-color: #C0767D;
}
.BgClassName
{
background-color: #C0767D;
}
</style>
border-color css
<style>
span { border-color: #C0767D; }
span { border-color: rgb(192,118,125); }
td.TdClassName
{
border-color: #C0767D;
}
.TagClassName
{
border-color: #C0767D;
}
</style>