#C27577

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

Shades of Tapestry #C27577

Tints of Tapestry #C27577

Color information

#C27577 (or 0xC27577) is unknown color: approx Tapestry. HEX triplet: C2, 75 and 77. RGB value is (194,117,119). Sum of RGB (Red+Green+Blue) = 194+117+119=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 117 (46.09% from 255 or 27.21% from 430); Blue value is 119 (46.88% from 255 or 27.67% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C27577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27577 is #3D8A88. Grayscale: #8C8C8C. Windows color (decimal): -4033161 or 7828930. OLE color: 7828930.

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

Color convert

RGB194117119-
CMYK00.400.390.24
HSL358.44º38.69%60.98%-
HSV(B)358.44º39.69%76.08%-
XYZ31.9425.5220.7-
YUV140.25116.01166.34-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.12%
GREEN value IS 117 (46.09% from 255) = 27.21%
BLUE value IS 119 (46.88% from 255) = 27.67%
R=45.12%
G=27.21%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411711900.400.390.24358.4438.6960.98
HexC275770282718166273d
Octal30216516705047305464775
Binary1100001011101011110111010100010011111000101100110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27577; }

 p { color: rgb(194,117,119); }

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

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

 a { background-color: rgb(194,117,119); }

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

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

 span { border-color: rgb(194,117,119); }

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