Html Css Color HEX #9C716E Copper Rose

📋 copy color: '#9C716E'

red 156 ◦ green 113 ◦ blue 110

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

Shades of Copper Rose #9C716E

Tints of Copper Rose #9C716E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.02%

R = 41.16%
G = 29.82%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9C716E (or 0x9C716E) is known color: Copper Rose. HEX triplet: 9C, 71 and 6E. RGB value is (156,113,110). Sum of RGB (Red+Green+Blue) = 156+113+110=379 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.16% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 156 - color contains mainly: red. Hex color #9C716E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C716E is #638E91. Grayscale: #7D7D7D. Windows color (decimal): -6524562 or 7238044. OLE color: 7238044.

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

Color convert

RGB 156 113 110 -
CMYK 0 0.28 0.29 0.39
HSL 3.91º 0.19% 0.52% -
HSV(B) 3.91º 0.29% 0.61% -
XYZ 22.43 20 17.43 -
YUV 125.52 119.25 149.74 -
System Red Green Blue C M Y K H S L
Decimal 156 113 110 0 0.28 0.29 0.39 3.91 0.19 0.52
Hex 9C 71 6E 0 1C 1D 27 4 13 34
Octal 234 161 156 0 34 35 47 4 23 64
Binary 10011100 1110001 1101110 0 11100 11101 100111 100 10011 110100

Color Harmonies of #9C716E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C716E

Black with #9C716E

Text Example


Text Example

White with #9C716E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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