#C0738B

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

Shades of Tapestry #C0738B

Tints of Tapestry #C0738B

Color information

#C0738B (or 0xC0738B) is unknown color: approx Tapestry. HEX triplet: C0, 73 and 8B. RGB value is (192,115,139). Sum of RGB (Red+Green+Blue) = 192+115+139=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 115 (45.31% from 255 or 25.78% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 192 - color contains mainly: red. Hex color #C0738B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0738B is #3F8C74. Grayscale: #8C8C8C. Windows color (decimal): -4164725 or 9139136. OLE color: 9139136.

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

Color convert

RGB192115139-
CMYK00.400.280.25
HSL341.3º37.93%60.2%-
HSV(B)341.3º40.1%75.29%-
XYZ32.5325.3327.6-
YUV140.76127.01164.55-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.05%
GREEN value IS 115 (45.31% from 255) = 25.78%
BLUE value IS 139 (54.69% from 255) = 31.17%
R=43.05%
G=25.78%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211513900.400.280.25341.337.9360.2
HexC0738B0281C19155263c
Octal30016321305034315254674
Binary1100000011100111000101101010001110011001101010101100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0738B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0738B; }

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

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

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

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

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

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

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

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