#9F5D5C

Color #9F5D5C Copper Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Copper Rose #9F5D5C

Tints of Copper Rose #9F5D5C

Color information

#9F5D5C (or 0x9F5D5C) is unknown color: approx Copper Rose. HEX triplet: 9F, 5D and 5C. RGB value is (159,93,92). Sum of RGB (Red+Green+Blue) = 159+93+92=344 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.22% from 344); Green value is 93 (36.72% from 255 or 27.03% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5D5C is #60A2A3. Grayscale: #707070. Windows color (decimal): -6333092 or 6053279. OLE color: 6053279.

HSL color Cylindrical-coordinate representation of color #9F5D5C: hue angle of 0.9º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9F5D5C is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB1599392-
CMYK00.420.420.38
HSL0.9º26.69%49.22%-
HSV(B)0.9º42.14%62.35%-
XYZ20.1415.9712.15-
YUV112.62116.37161.08-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.22%
GREEN value IS 93 (36.72% from 255) = 27.03%
BLUE value IS 92 (36.33% from 255) = 26.74%
R=46.22%
G=27.03%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159939200.420.420.380.926.6949.22
Hex9F5D5C02A2A2611b31
Octal237135134052524613361
Binary10011111101110110111000101010101010100110111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F5D5C; }

 p { color: rgb(159,93,92); }

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

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

 a { background-color: rgb(159,93,92); }

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

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

 span { border-color: rgb(159,93,92); }

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