#C05F7E

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

Shades of Tapestry #C05F7E

Tints of Tapestry #C05F7E

Color information

#C05F7E (or 0xC05F7E) is unknown color: approx Tapestry. HEX triplet: C0, 5F and 7E. RGB value is (192,95,126). Sum of RGB (Red+Green+Blue) = 192+95+126=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 95 (37.5% from 255 or 23.00% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05F7E is #3FA081. Grayscale: #7F7F7F. Windows color (decimal): -4169858 or 8282048. OLE color: 8282048.

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

Color convert

RGB19295126-
CMYK00.510.340.25
HSL340.82º43.5%56.27%-
HSV(B)340.82º50.52%75.29%-
XYZ29.620.922.21-
YUV127.54127.14173.98-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.49%
GREEN value IS 95 (37.5% from 255) = 23.00%
BLUE value IS 126 (49.61% from 255) = 30.51%
R=46.49%
G=23.00%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929512600.510.340.25340.8243.556.27
HexC05F7E03322191552b38
Octal30013717606342315255370
Binary1100000010111111111110011001110001011001101010101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05F7E; }

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

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

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

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

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

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

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

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