Html Css Color HEX #976260 Copper Rose

📋 copy color: '#976260'

red 151 ◦ green 98 ◦ blue 96

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

Shades of Copper Rose #976260

Tints of Copper Rose #976260

RGB

 RED value IS 151 (59.38% from 255) = 43.77%

 GREEN value IS 98 (38.67% from 255) = 28.41%

 BLUE value IS 96 (37.89% from 255) = 27.83%

R = 43.77%
G = 28.41%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#976260 (or 0x976260) is known color: Copper Rose. HEX triplet: 97, 62 and 60. RGB value is (151,98,96). Sum of RGB (Red+Green+Blue) = 151+98+96=345 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.77% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 151 - color contains mainly: red. Hex color #976260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976260 is #689D9F. Grayscale: #717171. Windows color (decimal): -6856096 or 6316695. OLE color: 6316695.

HSL color Cylindrical-coordinate representation of color #976260: hue angle of 2.18º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #976260 is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 98 96 -
CMYK 0 0.35 0.36 0.41
HSL 2.18º 0.22% 0.48% -
HSV(B) 2.18º 0.36% 0.59% -
XYZ 19.24 16.16 13.17 -
YUV 113.62 118.06 154.66 -
System Red Green Blue C M Y K H S L
Decimal 151 98 96 0 0.35 0.36 0.41 2.18 0.22 0.48
Hex 97 62 60 0 23 24 29 2 16 30
Octal 227 142 140 0 43 44 51 2 26 60
Binary 10010111 1100010 1100000 0 100011 100100 101001 10 10110 110000

Color Harmonies of #976260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976260

Black with #976260

Text Example


Text Example

White with #976260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976260; }

 p { color: rgb(151,98,96); }

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

background-color css

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

 a { background-color: rgb(151,98,96); }

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

border-color css

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

 span { border-color: rgb(151,98,96); }

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