Shades of Tapestry #C0627D
Tints of Tapestry #C0627D
RGB
CMYK
RGB Variations
Color information
#C0627D (or 0xC0627D) is known color: Tapestry. HEX triplet: C0, 62 and 7D. RGB value is (192,98,125). Sum of RGB (Red+Green+Blue) = 192+98+125=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 98 (38.67% from 255 or 23.61% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C0627D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0627D is #3F9D82. Grayscale: #818181. Windows color (decimal): -4169091 or 8217280. OLE color: 8217280.
HSL color Cylindrical-coordinate representation of color #C0627D: hue angle of 342.77º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C0627D is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 98 | 125 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.25 |
| HSL | 342.77º | 0.43% | 0.57% | - |
| HSV(B) | 342.77º | 0.49% | 0.75% | - |
| XYZ | 29.81 | 21.42 | 21.97 | - |
| YUV | 129.18 | 125.64 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 98 | 125 | 0 | 0.49 | 0.35 | 0.25 | 342.77 | 0.43 | 0.57 |
| Hex | C0 | 62 | 7D | 0 | 31 | 23 | 19 | 157 | 2B | 39 |
| Octal | 300 | 142 | 175 | 0 | 61 | 43 | 31 | 527 | 53 | 71 |
| Binary | 11000000 | 1100010 | 1111101 | 0 | 110001 | 100011 | 11001 | 101010111 | 101011 | 111001 |
Color Harmonies of #C0627D
Complementary color
Monochromatic Colors of #C0627D
Black with #C0627D
Text Example
Text Example
White with #C0627D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0627D; }
p { color: rgb(192,98,125); }
H1.HeaderClassName
{
color: #C0627D;
}
.AnyTagClassName
{
color: #C0627D;
}
</style>
background-color css
<style>
a { background-color: #C0627D; }
a { background-color: rgb(192,98,125); }
div.DivClassName
{
background-color: #C0627D;
}
.BgClassName
{
background-color: #C0627D;
}
</style>
border-color css
<style>
span { border-color: #C0627D; }
span { border-color: rgb(192,98,125); }
td.TdClassName
{
border-color: #C0627D;
}
.TagClassName
{
border-color: #C0627D;
}
</style>