#C27378

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

Shades of Tapestry #C27378

Tints of Tapestry #C27378

Color information

#C27378 (or 0xC27378) is unknown color: approx Tapestry. HEX triplet: C2, 73 and 78. RGB value is (194,115,120). Sum of RGB (Red+Green+Blue) = 194+115+120=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 120 (47.27% from 255 or 27.97% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C27378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27378 is #3D8C87. Grayscale: #8B8B8B. Windows color (decimal): -4033672 or 7893954. OLE color: 7893954.

HSL color Cylindrical-coordinate representation of color #C27378: hue angle of 356.2º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C27378 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB194115120-
CMYK00.410.380.24
HSL356.2º39.3%60.59%-
HSV(B)356.2º40.72%76.08%-
XYZ31.7725.0920.94-
YUV139.19117.17167.09-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.22%
GREEN value IS 115 (45.31% from 255) = 26.81%
BLUE value IS 120 (47.27% from 255) = 27.97%
R=45.22%
G=26.81%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411512000.410.380.24356.239.360.59
HexC273780292618164273d
Octal30216317005146305444775
Binary1100001011100111111000010100110011011000101100100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27378; }

 p { color: rgb(194,115,120); }

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

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

 a { background-color: rgb(194,115,120); }

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

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

 span { border-color: rgb(194,115,120); }

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