#C0747B

Color #C0747B Tapestry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapestry #C0747B

Tints of Tapestry #C0747B

Color information

#C0747B (or 0xC0747B) is unknown color: approx Tapestry. HEX triplet: C0, 74 and 7B. RGB value is (192,116,123). Sum of RGB (Red+Green+Blue) = 192+116+123=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 116 (45.70% from 255 or 26.91% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C0747B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0747B is #3F8B84. Grayscale: #8B8B8B. Windows color (decimal): -4164485 or 8090816. OLE color: 8090816.

HSL color Cylindrical-coordinate representation of color #C0747B: hue angle of 354.47º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C0747B is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB192116123-
CMYK00.400.360.25
HSL354.47º37.62%60.39%-
HSV(B)354.47º39.58%75.29%-
XYZ31.5625.1321.93-
YUV139.52118.68165.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 44.55%
GREEN value IS 116 (45.70% from 255) = 26.91%
BLUE value IS 123 (48.44% from 255) = 28.54%
R=44.55%
G=26.91%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211612300.400.360.25354.4737.6260.39
HexC0747B0282419162263c
Octal30016417305044315424674
Binary1100000011101001111011010100010010011001101100010100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0747B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0747B; }

 p { color: rgb(192,116,123); }

 H1.HeaderClassName
 {
   color: #C0747B;
 }
 .AnyTagClassName
 {
   color: #C0747B;
 }
</style>
background-color css

<style>
 a { background-color: #C0747B; }

 a { background-color: rgb(192,116,123); }

 div.DivClassName
 {
   background-color: #C0747B;
 }
 .BgClassName
 {
   background-color: #C0747B;
 }
</style>
border-color css

<style>
 span { border-color: #C0747B; }

 span { border-color: rgb(192,116,123); }

 td.TdClassName
 {
   border-color: #C0747B;
 }
 .TagClassName
 {
   border-color: #C0747B;
 }
</style>