Shades of Tapestry #C0707B
Tints of Tapestry #C0707B
RGB
CMYK
RGB Variations
Color information
#C0707B (or 0xC0707B) is known color: Tapestry. HEX triplet: C0, 70 and 7B. RGB value is (192,112,123). Sum of RGB (Red+Green+Blue) = 192+112+123=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 123 (48.44% from 255 or 28.81% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C0707B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0707B is #3F8F84. Grayscale: #898989. Windows color (decimal): -4165509 or 8089792. OLE color: 8089792.
HSL color Cylindrical-coordinate representation of color #C0707B: hue angle of 351.75º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C0707B is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 112 | 123 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.25 |
| HSL | 351.75º | 0.39% | 0.6% | - |
| HSV(B) | 351.75º | 0.42% | 0.75% | - |
| XYZ | 31.11 | 24.22 | 21.78 | - |
| YUV | 137.17 | 120 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 123 | 0 | 0.42 | 0.36 | 0.25 | 351.75 | 0.39 | 0.6 |
| Hex | C0 | 70 | 7B | 0 | 2A | 24 | 19 | 160 | 27 | 3C |
| Octal | 300 | 160 | 173 | 0 | 52 | 44 | 31 | 540 | 47 | 74 |
| Binary | 11000000 | 1110000 | 1111011 | 0 | 101010 | 100100 | 11001 | 101100000 | 100111 | 111100 |
Color Harmonies of #C0707B
Complementary color
Monochromatic Colors of #C0707B
Black with #C0707B
Text Example
Text Example
White with #C0707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0707B; }
p { color: rgb(192,112,123); }
H1.HeaderClassName
{
color: #C0707B;
}
.AnyTagClassName
{
color: #C0707B;
}
</style>
background-color css
<style>
a { background-color: #C0707B; }
a { background-color: rgb(192,112,123); }
div.DivClassName
{
background-color: #C0707B;
}
.BgClassName
{
background-color: #C0707B;
}
</style>
border-color css
<style>
span { border-color: #C0707B; }
span { border-color: rgb(192,112,123); }
td.TdClassName
{
border-color: #C0707B;
}
.TagClassName
{
border-color: #C0707B;
}
</style>