#C0747F

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

Shades of Tapestry #C0747F

Tints of Tapestry #C0747F

Color information

#C0747F (or 0xC0747F) is unknown color: approx Tapestry. HEX triplet: C0, 74 and 7F. RGB value is (192,116,127). Sum of RGB (Red+Green+Blue) = 192+116+127=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C0747F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0747F is #3F8B80. Grayscale: #8C8C8C. Windows color (decimal): -4164481 or 8352960. OLE color: 8352960.

HSL color Cylindrical-coordinate representation of color #C0747F: hue angle of 351.32º 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 #C0747F is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB192116127-
CMYK00.400.340.25
HSL351.32º37.62%60.39%-
HSV(B)351.32º39.58%75.29%-
XYZ31.8125.2323.27-
YUV139.98120.68165.11-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.14%
GREEN value IS 116 (45.70% from 255) = 26.67%
BLUE value IS 127 (50% from 255) = 29.20%
R=44.14%
G=26.67%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211612700.400.340.25351.3237.6260.39
HexC0747F028221915f263c
Octal30016417705042315374674
Binary1100000011101001111111010100010001011001101011111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0747F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0747F; }

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

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

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

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

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

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

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

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