#C0738C

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

Shades of Tapestry #C0738C

Tints of Tapestry #C0738C

Color information

#C0738C (or 0xC0738C) is unknown color: approx Tapestry. HEX triplet: C0, 73 and 8C. RGB value is (192,115,140). Sum of RGB (Red+Green+Blue) = 192+115+140=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 115 (45.31% from 255 or 25.73% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C0738C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0738C is #3F8C73. Grayscale: #8C8C8C. Windows color (decimal): -4164724 or 9204672. OLE color: 9204672.

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

Color convert

RGB192115140-
CMYK00.400.270.25
HSL340.52º37.93%60.2%-
HSV(B)340.52º40.1%75.29%-
XYZ32.625.3627.99-
YUV140.87127.51164.47-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.95%
GREEN value IS 115 (45.31% from 255) = 25.73%
BLUE value IS 140 (55.08% from 255) = 31.32%
R=42.95%
G=25.73%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211514000.400.270.25340.5237.9360.2
HexC0738C0281B19155263c
Octal30016321405033315254674
Binary1100000011100111000110001010001101111001101010101100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0738C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0738C; }

 p { color: rgb(192,115,140); }

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

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

 a { background-color: rgb(192,115,140); }

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

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

 span { border-color: rgb(192,115,140); }

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