#9C7070

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

Shades of Copper Rose #9C7070

Tints of Copper Rose #9C7070

Color information

#9C7070 (or 0x9C7070) is unknown color: approx Copper Rose. HEX triplet: 9C, 70 and 70. RGB value is (156,112,112). Sum of RGB (Red+Green+Blue) = 156+112+112=380 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.05% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7070 is #638F8F. Grayscale: #7D7D7D. Windows color (decimal): -6524816 or 7368860. OLE color: 7368860.

HSL color Cylindrical-coordinate representation of color #9C7070: hue angle of 0º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9C7070 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB156112112-
CMYK00.280.280.39
HSL18.18%52.55%-
HSV(B)28.21%61.18%-
XYZ22.4319.8317.97-
YUV125.16120.58150-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.05%
GREEN value IS 112 (44.14% from 255) = 29.47%
BLUE value IS 112 (44.14% from 255) = 29.47%
R=41.05%
G=29.47%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611211200.280.280.39018.1852.55
Hex9C707001C1C2701235
Octal234160160034344702265
Binary100111001110000111000001110011100100111010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,112,112); }

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

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

 a { background-color: rgb(156,112,112); }

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

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

 span { border-color: rgb(156,112,112); }

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