#C06976

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

Shades of Tapestry #C06976

Tints of Tapestry #C06976

Color information

#C06976 (or 0xC06976) is unknown color: approx Tapestry. HEX triplet: C0, 69 and 76. RGB value is (192,105,118). Sum of RGB (Red+Green+Blue) = 192+105+118=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 118 (46.48% from 255 or 28.43% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C06976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06976 is #3F9689. Grayscale: #848484. Windows color (decimal): -4167306 or 7760320. OLE color: 7760320.

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

Color convert

RGB192105118-
CMYK00.450.390.25
HSL351.03º40.85%58.24%-
HSV(B)351.03º45.31%75.29%-
XYZ30.0622.6219.92-
YUV132.5119.82170.44-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.27%
GREEN value IS 105 (41.41% from 255) = 25.30%
BLUE value IS 118 (46.48% from 255) = 28.43%
R=46.27%
G=25.30%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210511800.450.390.25351.0340.8558.24
HexC0697602D271915f293a
Octal30015116605547315375172
Binary1100000011010011110110010110110011111001101011111101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06976; }

 p { color: rgb(192,105,118); }

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

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

 a { background-color: rgb(192,105,118); }

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

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

 span { border-color: rgb(192,105,118); }

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