Html Css Color HEX #9D7070 Copper Rose

📋 copy color: '#9D7070'

red 157 ◦ green 112 ◦ blue 112

#9D7070
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Copper Rose #9D7070

Tints of Copper Rose #9D7070

RGB

 RED value IS 157 (61.72% from 255) = 41.21%

 GREEN value IS 112 (44.14% from 255) = 29.4%

 BLUE value IS 112 (44.14% from 255) = 29.4%

R = 41.21%
G = 29.4%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#9D7070 (or 0x9D7070) is known color: Copper Rose. HEX triplet: 9D, 70 and 70. RGB value is (157,112,112). Sum of RGB (Red+Green+Blue) = 157+112+112=381 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.21% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7070 is #628F8F. Grayscale: #7D7D7D. Windows color (decimal): -6459280 or 7368861. OLE color: 7368861.

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

Color convert

RGB 157 112 112 -
CMYK 0 0.29 0.29 0.38
HSL 0.19% 0.53% -
HSV(B) 0.29% 0.62% -
XYZ 22.62 19.93 17.98 -
YUV 125.46 120.41 150.5 -
System Red Green Blue C M Y K H S L
Decimal 157 112 112 0 0.29 0.29 0.38 0 0.19 0.53
Hex 9D 70 70 0 1D 1D 26 0 13 35
Octal 235 160 160 0 35 35 46 0 23 65
Binary 10011101 1110000 1110000 0 11101 11101 100110 0 10011 110101

Color Harmonies of #9D7070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7070

Black with #9D7070

Text Example


Text Example

White with #9D7070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9D7070;
 }
 .AnyTagClassName
 {
   color: #9D7070;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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