#C07278

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

Shades of Tapestry #C07278

Tints of Tapestry #C07278

Color information

#C07278 (or 0xC07278) is unknown color: approx Tapestry. HEX triplet: C0, 72 and 78. RGB value is (192,114,120). Sum of RGB (Red+Green+Blue) = 192+114+120=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 114 (44.92% from 255 or 26.76% from 426); Blue value is 120 (47.27% from 255 or 28.17% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C07278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07278 is #3F8D87. Grayscale: #8A8A8A. Windows color (decimal): -4165000 or 7893696. OLE color: 7893696.

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

Color convert

RGB192114120-
CMYK00.410.380.25
HSL355.38º38.24%60%-
HSV(B)355.38º40.62%75.29%-
XYZ31.1524.620.88-
YUV138.01117.84166.51-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.07%
GREEN value IS 114 (44.92% from 255) = 26.76%
BLUE value IS 120 (47.27% from 255) = 28.17%
R=45.07%
G=26.76%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211412000.410.380.25355.3838.2460
HexC072780292619163263c
Octal30016217005146315434674
Binary1100000011100101111000010100110011011001101100011100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07278; }

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

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

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

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

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

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

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

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