#C06D7A

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

Shades of Tapestry #C06D7A

Tints of Tapestry #C06D7A

Color information

#C06D7A (or 0xC06D7A) is unknown color: approx Tapestry. HEX triplet: C0, 6D and 7A. RGB value is (192,109,122). Sum of RGB (Red+Green+Blue) = 192+109+122=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 109 (42.97% from 255 or 25.77% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06D7A is #3F9285. Grayscale: #878787. Windows color (decimal): -4166278 or 8023488. OLE color: 8023488.

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

Color convert

RGB192109122-
CMYK00.430.360.25
HSL350.6º39.71%59.02%-
HSV(B)350.6º43.23%75.29%-
XYZ30.7223.5521.34-
YUV135.3120.5168.44-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.39%
GREEN value IS 109 (42.97% from 255) = 25.77%
BLUE value IS 122 (48.05% from 255) = 28.84%
R=45.39%
G=25.77%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210912200.430.360.25350.639.7159.02
HexC06D7A02B241915f283b
Octal30015517205344315375073
Binary1100000011011011111010010101110010011001101011111101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06D7A; }

 p { color: rgb(192,109,122); }

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

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

 a { background-color: rgb(192,109,122); }

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

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

 span { border-color: rgb(192,109,122); }

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