Shades of Tapestry #C16F7B
Tints of Tapestry #C16F7B
RGB
CMYK
RGB Variations
Color information
#C16F7B (or 0xC16F7B) is known color: Tapestry. HEX triplet: C1, 6F and 7B. RGB value is (193,111,123). Sum of RGB (Red+Green+Blue) = 193+111+123=427 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.20% from 427); Green value is 111 (43.75% from 255 or 26.00% from 427); Blue value is 123 (48.44% from 255 or 28.81% from 427); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16F7B is #3E9084. Grayscale: #888888. Windows color (decimal): -4100229 or 8089537. OLE color: 8089537.
HSL color Cylindrical-coordinate representation of color #C16F7B: hue angle of 351.22º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C16F7B is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
RGB | 193 | 111 | 123 | - |
CMYK | 0 | 0.42 | 0.36 | 0.24 |
HSL | 351.22º | 0.4% | 0.6% | - |
HSV(B) | 351.22º | 0.42% | 0.76% | - |
XYZ | 31.25 | 24.14 | 21.75 | - |
YUV | 136.89 | 120.17 | 168.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 111 | 123 | 0 | 0.42 | 0.36 | 0.24 | 351.22 | 0.4 | 0.6 |
Hex | C1 | 6F | 7B | 0 | 2A | 24 | 18 | 15F | 28 | 3C |
Octal | 301 | 157 | 173 | 0 | 52 | 44 | 30 | 537 | 50 | 74 |
Binary | 11000001 | 1101111 | 1111011 | 0 | 101010 | 100100 | 11000 | 101011111 | 101000 | 111100 |
Color Harmonies of #C16F7B
Complementary color
Monochromatic Colors of #C16F7B
Black with #C16F7B
Text Example
Text Example
White with #C16F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16F7B; }
p { color: rgb(193,111,123); }
H1.HeaderClassName
{
color: #C16F7B;
}
.AnyTagClassName
{
color: #C16F7B;
}
</style>
background-color css
<style>
a { background-color: #C16F7B; }
a { background-color: rgb(193,111,123); }
div.DivClassName
{
background-color: #C16F7B;
}
.BgClassName
{
background-color: #C16F7B;
}
</style>
border-color css
<style>
span { border-color: #C16F7B; }
span { border-color: rgb(193,111,123); }
td.TdClassName
{
border-color: #C16F7B;
}
.TagClassName
{
border-color: #C16F7B;
}
</style>