Html Css Color HEX #946361 Copper Rose

📋 copy color: '#946361'

red 148 ◦ green 99 ◦ blue 97

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

Shades of Copper Rose #946361

Tints of Copper Rose #946361

RGB

 RED value IS 148 (58.2% from 255) = 43.02%

 GREEN value IS 99 (39.06% from 255) = 28.78%

 BLUE value IS 97 (38.28% from 255) = 28.2%

R = 43.02%
G = 28.78%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#946361 (or 0x946361) is known color: Copper Rose. HEX triplet: 94, 63 and 61. RGB value is (148,99,97). Sum of RGB (Red+Green+Blue) = 148+99+97=344 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.02% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 97 (38.28% from 255 or 28.20% from 344); Max value from RGB is 148 - color contains mainly: red. Hex color #946361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946361 is #6B9C9E. Grayscale: #717171. Windows color (decimal): -7052447 or 6382484. OLE color: 6382484.

HSL color Cylindrical-coordinate representation of color #946361: hue angle of 2.35º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #946361 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 99 97 -
CMYK 0 0.33 0.34 0.42
HSL 2.35º 0.21% 0.48% -
HSV(B) 2.35º 0.34% 0.58% -
XYZ 18.83 16.08 13.42 -
YUV 113.42 118.73 152.66 -
System Red Green Blue C M Y K H S L
Decimal 148 99 97 0 0.33 0.34 0.42 2.35 0.21 0.48
Hex 94 63 61 0 21 22 2A 2 15 30
Octal 224 143 141 0 41 42 52 2 25 60
Binary 10010100 1100011 1100001 0 100001 100010 101010 10 10101 110000

Color Harmonies of #946361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946361

Black with #946361

Text Example


Text Example

White with #946361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946361; }

 p { color: rgb(148,99,97); }

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

background-color css

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

 a { background-color: rgb(148,99,97); }

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

border-color css

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

 span { border-color: rgb(148,99,97); }

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