Shades of Tapestry #C06387
Tints of Tapestry #C06387
RGB
CMYK
RGB Variations
Color information
#C06387 (or 0xC06387) is known color: Tapestry. HEX triplet: C0, 63 and 87. RGB value is (192,99,135). Sum of RGB (Red+Green+Blue) = 192+99+135=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 99 (39.06% from 255 or 23.24% from 426); Blue value is 135 (53.12% from 255 or 31.69% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C06387 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06387 is #3F9C78. Grayscale: #828282. Windows color (decimal): -4168825 or 8872896. OLE color: 8872896.
HSL color Cylindrical-coordinate representation of color #C06387: hue angle of 336.77º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C06387 is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 99 | 135 | - |
| CMYK | 0 | 0.48 | 0.30 | 0.25 |
| HSL | 336.77º | 0.42% | 0.57% | - |
| HSV(B) | 336.77º | 0.48% | 0.75% | - |
| XYZ | 30.57 | 21.88 | 25.53 | - |
| YUV | 130.91 | 130.31 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 99 | 135 | 0 | 0.48 | 0.30 | 0.25 | 336.77 | 0.42 | 0.57 |
| Hex | C0 | 63 | 87 | 0 | 30 | 1E | 19 | 151 | 2A | 39 |
| Octal | 300 | 143 | 207 | 0 | 60 | 36 | 31 | 521 | 52 | 71 |
| Binary | 11000000 | 1100011 | 10000111 | 0 | 110000 | 11110 | 11001 | 101010001 | 101010 | 111001 |
Color Harmonies of #C06387
Complementary color
Monochromatic Colors of #C06387
Black with #C06387
Text Example
Text Example
White with #C06387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06387; }
p { color: rgb(192,99,135); }
H1.HeaderClassName
{
color: #C06387;
}
.AnyTagClassName
{
color: #C06387;
}
</style>
background-color css
<style>
a { background-color: #C06387; }
a { background-color: rgb(192,99,135); }
div.DivClassName
{
background-color: #C06387;
}
.BgClassName
{
background-color: #C06387;
}
</style>
border-color css
<style>
span { border-color: #C06387; }
span { border-color: rgb(192,99,135); }
td.TdClassName
{
border-color: #C06387;
}
.TagClassName
{
border-color: #C06387;
}
</style>