#C27278

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

Shades of Tapestry #C27278

Tints of Tapestry #C27278

Color information

#C27278 (or 0xC27278) is unknown color: approx Tapestry. HEX triplet: C2, 72 and 78. RGB value is (194,114,120). Sum of RGB (Red+Green+Blue) = 194+114+120=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 120 (47.27% from 255 or 28.04% from 428); Max value from RGB is 194 - color contains mainly: red. Hex color #C27278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27278 is #3D8D87. Grayscale: #8A8A8A. Windows color (decimal): -4033928 or 7893698. OLE color: 7893698.

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

Color convert

RGB194114120-
CMYK00.410.380.24
HSL355.5º39.6%60.39%-
HSV(B)355.5º41.24%76.08%-
XYZ31.6624.8620.9-
YUV138.6117.5167.51-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.33%
GREEN value IS 114 (44.92% from 255) = 26.64%
BLUE value IS 120 (47.27% from 255) = 28.04%
R=45.33%
G=26.64%
B=28.04%

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
Decimal19411412000.410.380.24355.539.660.39
HexC272780292618164283c
Octal30216217005146305445074
Binary1100001011100101111000010100110011011000101100100101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27278; }

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

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

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

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

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

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

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

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