#C06973

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

Shades of Tapestry #C06973

Tints of Tapestry #C06973

Color information

#C06973 (or 0xC06973) is unknown color: approx Tapestry. HEX triplet: C0, 69 and 73. RGB value is (192,105,115). Sum of RGB (Red+Green+Blue) = 192+105+115=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 115 (45.31% from 255 or 27.91% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C06973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06973 is #3F968C. Grayscale: #848484. Windows color (decimal): -4167309 or 7563712. OLE color: 7563712.

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

Color convert

RGB192105115-
CMYK00.450.400.25
HSL353.1º40.85%58.24%-
HSV(B)353.1º45.31%75.29%-
XYZ29.8822.5519-
YUV132.15118.32170.69-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.60%
GREEN value IS 105 (41.41% from 255) = 25.49%
BLUE value IS 115 (45.31% from 255) = 27.91%
R=46.60%
G=25.49%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210511500.450.400.25353.140.8558.24
HexC0697302D2819161293a
Octal30015116305550315415172
Binary1100000011010011110011010110110100011001101100001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06973; }

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

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

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

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

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

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

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

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