#C27081

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

Shades of Tapestry #C27081

Tints of Tapestry #C27081

Color information

#C27081 (or 0xC27081) is unknown color: approx Tapestry. HEX triplet: C2, 70 and 81. RGB value is (194,112,129). Sum of RGB (Red+Green+Blue) = 194+112+129=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 129 (50.78% from 255 or 29.66% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C27081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27081 is #3D8F7E. Grayscale: #8A8A8A. Windows color (decimal): -4034431 or 8483010. OLE color: 8483010.

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

Color convert

RGB194112129-
CMYK00.420.340.24
HSL347.56º40.2%60%-
HSV(B)347.56º42.27%76.08%-
XYZ3224.6423.84-
YUV138.46122.67167.62-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.60%
GREEN value IS 112 (44.14% from 255) = 25.75%
BLUE value IS 129 (50.78% from 255) = 29.66%
R=44.60%
G=25.75%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411212900.420.340.24347.5640.260
HexC2708102A221815c283c
Octal30216020105242305345074
Binary11000010111000010000001010101010001011000101011100101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27081; }

 p { color: rgb(194,112,129); }

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

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

 a { background-color: rgb(194,112,129); }

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

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

 span { border-color: rgb(194,112,129); }

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