#C06285

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

Shades of Tapestry #C06285

Tints of Tapestry #C06285

Color information

#C06285 (or 0xC06285) is unknown color: approx Tapestry. HEX triplet: C0, 62 and 85. RGB value is (192,98,133). Sum of RGB (Red+Green+Blue) = 192+98+133=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 98 (38.67% from 255 or 23.17% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C06285 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06285 is #3F9D7A. Grayscale: #828282. Windows color (decimal): -4169083 or 8741568. OLE color: 8741568.

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

Color convert

RGB19298133-
CMYK00.490.310.25
HSL337.66º42.73%56.86%-
HSV(B)337.66º48.96%75.29%-
XYZ30.3421.6424.77-
YUV130.1129.64172.15-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.39%
GREEN value IS 98 (38.67% from 255) = 23.17%
BLUE value IS 133 (52.34% from 255) = 31.44%
R=45.39%
G=23.17%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929813300.490.310.25337.6642.7356.86
HexC062850311F191522b39
Octal30014220506137315225371
Binary1100000011000101000010101100011111111001101010010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06285; }

 p { color: rgb(192,98,133); }

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

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

 a { background-color: rgb(192,98,133); }

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

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

 span { border-color: rgb(192,98,133); }

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