Html Css Color HEX #976262 Copper Rose

📋 copy color: '#976262'

red 151 ◦ green 98 ◦ blue 98

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

Shades of Copper Rose #976262

Tints of Copper Rose #976262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28.24%

R = 43.52%
G = 28.24%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#976262 (or 0x976262) is known color: Copper Rose. HEX triplet: 97, 62 and 62. RGB value is (151,98,98). Sum of RGB (Red+Green+Blue) = 151+98+98=347 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.52% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 98 (38.67% from 255 or 28.24% from 347); Max value from RGB is 151 - color contains mainly: red. Hex color #976262 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976262 is #689D9D. Grayscale: #717171. Windows color (decimal): -6856094 or 6447767. OLE color: 6447767.

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

Color convert

RGB 151 98 98 -
CMYK 0 0.35 0.35 0.41
HSL 0.21% 0.49% -
HSV(B) 0.35% 0.59% -
XYZ 19.33 16.2 13.66 -
YUV 113.85 119.06 154.5 -
System Red Green Blue C M Y K H S L
Decimal 151 98 98 0 0.35 0.35 0.41 0 0.21 0.49
Hex 97 62 62 0 23 23 29 0 15 31
Octal 227 142 142 0 43 43 51 0 25 61
Binary 10010111 1100010 1100010 0 100011 100011 101001 0 10101 110001

Color Harmonies of #976262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976262

Black with #976262

Text Example


Text Example

White with #976262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976262; }

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

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

background-color css

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

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

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

border-color css

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

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

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