#C07981

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

Shades of Tapestry #C07981

Tints of Tapestry #C07981

Color information

#C07981 (or 0xC07981) is unknown color: approx Tapestry. HEX triplet: C0, 79 and 81. RGB value is (192,121,129). Sum of RGB (Red+Green+Blue) = 192+121+129=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 121 (47.66% from 255 or 27.38% from 442); Blue value is 129 (50.78% from 255 or 29.19% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C07981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07981 is #3F867E. Grayscale: #8F8F8F. Windows color (decimal): -4163199 or 8485312. OLE color: 8485312.

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

Color convert

RGB192121129-
CMYK00.370.330.25
HSL353.24º36.04%61.37%-
HSV(B)353.24º36.98%75.29%-
XYZ32.5426.4724.16-
YUV143.14120.02162.85-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.44%
GREEN value IS 121 (47.66% from 255) = 27.38%
BLUE value IS 129 (50.78% from 255) = 29.19%
R=43.44%
G=27.38%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212112900.370.330.25353.2436.0461.37
HexC079810252119161243d
Octal30017120104541315414475
Binary11000000111100110000001010010110000111001101100001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07981; }

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

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

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

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

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

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

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

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