#C06084

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

Shades of Tapestry #C06084

Tints of Tapestry #C06084

Color information

#C06084 (or 0xC06084) is unknown color: approx Tapestry. HEX triplet: C0, 60 and 84. RGB value is (192,96,132). Sum of RGB (Red+Green+Blue) = 192+96+132=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 132 (51.95% from 255 or 31.43% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C06084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06084 is #3F9F7B. Grayscale: #808080. Windows color (decimal): -4169596 or 8675520. OLE color: 8675520.

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

Color convert

RGB19296132-
CMYK00.500.310.25
HSL337.5º43.24%56.47%-
HSV(B)337.5º50%75.29%-
XYZ30.0921.2424.34-
YUV128.81129.8173.07-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.71%
GREEN value IS 96 (37.89% from 255) = 22.86%
BLUE value IS 132 (51.95% from 255) = 31.43%
R=45.71%
G=22.86%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929613200.500.310.25337.543.2456.47
HexC060840321F191522b38
Octal30014020406237315225370
Binary1100000011000001000010001100101111111001101010010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06084; }

 p { color: rgb(192,96,132); }

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

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

 a { background-color: rgb(192,96,132); }

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

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

 span { border-color: rgb(192,96,132); }

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