#C07279

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

Shades of Tapestry #C07279

Tints of Tapestry #C07279

Color information

#C07279 (or 0xC07279) is unknown color: approx Tapestry. HEX triplet: C0, 72 and 79. RGB value is (192,114,121). Sum of RGB (Red+Green+Blue) = 192+114+121=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 121 (47.66% from 255 or 28.34% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C07279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07279 is #3F8D86. Grayscale: #8A8A8A. Windows color (decimal): -4164999 or 7959232. OLE color: 7959232.

HSL color Cylindrical-coordinate representation of color #C07279: hue angle of 354.62º degrees, saturation: 0.38, 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 #C07279 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB192114121-
CMYK00.410.370.25
HSL354.62º38.24%60%-
HSV(B)354.62º40.62%75.29%-
XYZ31.2124.6221.2-
YUV138.12118.34166.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.96%
GREEN value IS 114 (44.92% from 255) = 26.70%
BLUE value IS 121 (47.66% from 255) = 28.34%
R=44.96%
G=26.70%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211412100.410.370.25354.6238.2460
HexC072790292519163263c
Octal30016217105145315434674
Binary1100000011100101111001010100110010111001101100011100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07279; }

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

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

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

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

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

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

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

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