#C07081

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

Shades of Tapestry #C07081

Tints of Tapestry #C07081

Color information

#C07081 (or 0xC07081) is unknown color: approx Tapestry. HEX triplet: C0, 70 and 81. RGB value is (192,112,129). Sum of RGB (Red+Green+Blue) = 192+112+129=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 129 (50.78% from 255 or 29.79% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C07081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07081 is #3F8F7E. Grayscale: #898989. Windows color (decimal): -4165503 or 8483008. OLE color: 8483008.

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

Color convert

RGB192112129-
CMYK00.420.330.25
HSL347.25º38.83%59.61%-
HSV(B)347.25º41.67%75.29%-
XYZ31.4924.3823.81-
YUV137.86123166.62-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.34%
GREEN value IS 112 (44.14% from 255) = 25.87%
BLUE value IS 129 (50.78% from 255) = 29.79%
R=44.34%
G=25.87%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211212900.420.330.25347.2538.8359.61
HexC0708102A211915b273c
Octal30016020105241315334774
Binary11000000111000010000001010101010000111001101011011100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07081; }

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

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

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

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

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

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

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

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