Html Css Color HEX #946563 Copper Rose

📋 copy color: '#946563'

red 148 ◦ green 101 ◦ blue 99

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

Shades of Copper Rose #946563

Tints of Copper Rose #946563

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.02%

 BLUE value IS 99 (39.06% from 255) = 28.45%

R = 42.53%
G = 29.02%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#946563 (or 0x946563) is known color: Copper Rose. HEX triplet: 94, 65 and 63. RGB value is (148,101,99). Sum of RGB (Red+Green+Blue) = 148+101+99=348 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.53% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 99 (39.06% from 255 or 28.45% from 348); Max value from RGB is 148 - color contains mainly: red. Hex color #946563 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946563 is #6B9A9C. Grayscale: #727272. Windows color (decimal): -7051933 or 6514068. OLE color: 6514068.

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

Color convert

RGB 148 101 99 -
CMYK 0 0.32 0.33 0.42
HSL 2.45º 0.2% 0.48% -
HSV(B) 2.45º 0.33% 0.58% -
XYZ 19.12 16.5 13.98 -
YUV 114.83 119.07 151.66 -
System Red Green Blue C M Y K H S L
Decimal 148 101 99 0 0.32 0.33 0.42 2.45 0.2 0.48
Hex 94 65 63 0 20 21 2A 2 14 30
Octal 224 145 143 0 40 41 52 2 24 60
Binary 10010100 1100101 1100011 0 100000 100001 101010 10 10100 110000

Color Harmonies of #946563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946563

Black with #946563

Text Example


Text Example

White with #946563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946563; }

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

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

background-color css

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

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

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

border-color css

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

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

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