#c06a7e

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

Shades of Tapestry #C06A7E

Tints of Tapestry #C06A7E

Color information

#C06A7E (or 0xC06A7E) is unknown color: approx Tapestry. HEX triplet: C0, 6A and 7E. RGB value is (192,106,126). Sum of RGB (Red+Green+Blue) = 192+106+126=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 106 (41.80% from 255 or 25% from 424); Blue value is 126 (49.61% from 255 or 29.72% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C06A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06A7E is #3F9581. Grayscale: #868686. Windows color (decimal): -4167042 or 8284864. OLE color: 8284864.

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

Color convert

RGB192106126-
CMYK00.450.340.25
HSL346.05º40.57%58.43%-
HSV(B)346.05º44.79%75.29%-
XYZ30.6623.0222.57-
YUV133.99123.49169.37-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.28%
GREEN value IS 106 (41.80% from 255) = 25%
BLUE value IS 126 (49.61% from 255) = 29.72%
R=45.28%
G=25%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210612600.450.340.25346.0540.5758.43
HexC06A7E02D221915a293a
Octal30015217605542315325172
Binary1100000011010101111110010110110001011001101011010101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c06a7e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c06a7e; }

 p { color: rgb(192,106,126); }

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

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

 a { background-color: rgb(192,106,126); }

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

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

 span { border-color: rgb(192,106,126); }

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