Html Css Color HEX #9E605C Copper Rose

📋 copy color: '#9E605C'

red 158 ◦ green 96 ◦ blue 92

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

Shades of Copper Rose #9E605C

Tints of Copper Rose #9E605C

RGB

 RED value IS 158 (62.11% from 255) = 45.66%

 GREEN value IS 96 (37.89% from 255) = 27.75%

 BLUE value IS 92 (36.33% from 255) = 26.59%

R = 45.66%
G = 27.75%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9E605C (or 0x9E605C) is known color: Copper Rose. HEX triplet: 9E, 60 and 5C. RGB value is (158,96,92). Sum of RGB (Red+Green+Blue) = 158+96+92=346 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.66% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 158 - color contains mainly: red. Hex color #9E605C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E605C is #619FA3. Grayscale: #727272. Windows color (decimal): -6397860 or 6054046. OLE color: 6054046.

HSL color Cylindrical-coordinate representation of color #9E605C: hue angle of 3.64º degrees, saturation: 0.26, 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 #9E605C is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 96 92 -
CMYK 0 0.39 0.42 0.38
HSL 3.64º 0.26% 0.49% -
HSV(B) 3.64º 0.42% 0.62% -
XYZ 20.22 16.41 12.23 -
YUV 114.08 115.54 159.33 -
System Red Green Blue C M Y K H S L
Decimal 158 96 92 0 0.39 0.42 0.38 3.64 0.26 0.49
Hex 9E 60 5C 0 27 2A 26 4 1A 31
Octal 236 140 134 0 47 52 46 4 32 61
Binary 10011110 1100000 1011100 0 100111 101010 100110 100 11010 110001

Color Harmonies of #9E605C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E605C

Black with #9E605C

Text Example


Text Example

White with #9E605C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,96,92); }

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

background-color css

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

 a { background-color: rgb(158,96,92); }

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

border-color css

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

 span { border-color: rgb(158,96,92); }

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