Html Css Color HEX #9F605C Copper Rose

📋 copy color: '#9F605C'

red 159 ◦ green 96 ◦ blue 92

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

Shades of Copper Rose #9F605C

Tints of Copper Rose #9F605C

RGB

 RED value IS 159 (62.5% from 255) = 45.82%

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

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

R = 45.82%
G = 27.67%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9F605C (or 0x9F605C) is known color: Copper Rose. HEX triplet: 9F, 60 and 5C. RGB value is (159,96,92). Sum of RGB (Red+Green+Blue) = 159+96+92=347 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.82% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 159 - color contains mainly: red. Hex color #9F605C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F605C is #609FA3. Grayscale: #727272. Windows color (decimal): -6332324 or 6054047. OLE color: 6054047.

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

Color convert

RGB 159 96 92 -
CMYK 0 0.40 0.42 0.38
HSL 3.58º 0.27% 0.49% -
HSV(B) 3.58º 0.42% 0.62% -
XYZ 20.41 16.51 12.24 -
YUV 114.38 115.37 159.83 -
System Red Green Blue C M Y K H S L
Decimal 159 96 92 0 0.40 0.42 0.38 3.58 0.27 0.49
Hex 9F 60 5C 0 28 2A 26 4 1B 31
Octal 237 140 134 0 50 52 46 4 33 61
Binary 10011111 1100000 1011100 0 101000 101010 100110 100 11011 110001

Color Harmonies of #9F605C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F605C

Black with #9F605C

Text Example


Text Example

White with #9F605C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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