Html Css Color HEX #9C7170 Copper Rose

📋 copy color: '#9C7170'

red 156 ◦ green 113 ◦ blue 112

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

Shades of Copper Rose #9C7170

Tints of Copper Rose #9C7170

RGB

 RED value IS 156 (61.33% from 255) = 40.94%

 GREEN value IS 113 (44.53% from 255) = 29.66%

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

R = 40.94%
G = 29.66%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9C7170 (or 0x9C7170) is known color: Copper Rose. HEX triplet: 9C, 71 and 70. RGB value is (156,113,112). Sum of RGB (Red+Green+Blue) = 156+113+112=381 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.94% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7170 is #638E8F. Grayscale: #7D7D7D. Windows color (decimal): -6524560 or 7369116. OLE color: 7369116.

HSL color Cylindrical-coordinate representation of color #9C7170: hue angle of 1.36º 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 #9C7170 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 113 112 -
CMYK 0 0.28 0.28 0.39
HSL 1.36º 0.18% 0.53% -
HSV(B) 1.36º 0.28% 0.61% -
XYZ 22.54 20.05 18.01 -
YUV 125.74 120.25 149.58 -
System Red Green Blue C M Y K H S L
Decimal 156 113 112 0 0.28 0.28 0.39 1.36 0.18 0.53
Hex 9C 71 70 0 1C 1C 27 1 12 35
Octal 234 161 160 0 34 34 47 1 22 65
Binary 10011100 1110001 1110000 0 11100 11100 100111 1 10010 110101

Color Harmonies of #9C7170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7170

Black with #9C7170

Text Example


Text Example

White with #9C7170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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