#C06580

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

Shades of Tapestry #C06580

Tints of Tapestry #C06580

Color information

#C06580 (or 0xC06580) is unknown color: approx Tapestry. HEX triplet: C0, 65 and 80. RGB value is (192,101,128). Sum of RGB (Red+Green+Blue) = 192+101+128=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 101 (39.84% from 255 or 23.99% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C06580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06580 is #3F9A7F. Grayscale: #838383. Windows color (decimal): -4168320 or 8414656. OLE color: 8414656.

HSL color Cylindrical-coordinate representation of color #C06580: hue angle of 342.2º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C06580 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB192101128-
CMYK00.470.330.25
HSL342.2º41.94%57.45%-
HSV(B)342.2º47.4%75.29%-
XYZ30.2922.0723.09-
YUV131.29126.15171.3-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.61%
GREEN value IS 101 (39.84% from 255) = 23.99%
BLUE value IS 128 (50.39% from 255) = 30.40%
R=45.61%
G=23.99%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210112800.470.330.25342.241.9457.45
HexC0658002F21191562a39
Octal30014520005741315265271
Binary11000000110010110000000010111110000111001101010110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06580; }

 p { color: rgb(192,101,128); }

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

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

 a { background-color: rgb(192,101,128); }

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

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

 span { border-color: rgb(192,101,128); }

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