#C0737A

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

Shades of Tapestry #C0737A

Tints of Tapestry #C0737A

Color information

#C0737A (or 0xC0737A) is unknown color: approx Tapestry. HEX triplet: C0, 73 and 7A. RGB value is (192,115,122). Sum of RGB (Red+Green+Blue) = 192+115+122=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C0737A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0737A is #3F8C85. Grayscale: #8A8A8A. Windows color (decimal): -4164742 or 8025024. OLE color: 8025024.

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

Color convert

RGB192115122-
CMYK00.400.360.25
HSL354.55º37.93%60.2%-
HSV(B)354.55º40.1%75.29%-
XYZ31.3824.8721.56-
YUV138.82118.51165.93-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.76%
GREEN value IS 115 (45.31% from 255) = 26.81%
BLUE value IS 122 (48.05% from 255) = 28.44%
R=44.76%
G=26.81%
B=28.44%

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
Decimal19211512200.400.360.25354.5537.9360.2
HexC0737A0282419163263c
Octal30016317205044315434674
Binary1100000011100111111010010100010010011001101100011100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0737A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0737A; }

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

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

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

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

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

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

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

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