#C07181

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

Shades of Tapestry #C07181

Tints of Tapestry #C07181

Color information

#C07181 (or 0xC07181) is unknown color: approx Tapestry. HEX triplet: C0, 71 and 81. RGB value is (192,113,129). Sum of RGB (Red+Green+Blue) = 192+113+129=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 113 (44.53% from 255 or 26.04% from 434); Blue value is 129 (50.78% from 255 or 29.72% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C07181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07181 is #3F8E7E. Grayscale: #8A8A8A. Windows color (decimal): -4165247 or 8483264. OLE color: 8483264.

HSL color Cylindrical-coordinate representation of color #C07181: hue angle of 347.85º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C07181 is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB192113129-
CMYK00.410.330.25
HSL347.85º38.54%59.8%-
HSV(B)347.85º41.15%75.29%-
XYZ31.6124.623.85-
YUV138.44122.67166.2-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.24%
GREEN value IS 113 (44.53% from 255) = 26.04%
BLUE value IS 129 (50.78% from 255) = 29.72%
R=44.24%
G=26.04%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211312900.410.330.25347.8538.5459.8
HexC07181029211915c273c
Octal30016120105141315344774
Binary11000000111000110000001010100110000111001101011100100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07181; }

 p { color: rgb(192,113,129); }

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

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

 a { background-color: rgb(192,113,129); }

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

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

 span { border-color: rgb(192,113,129); }

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