Html Css Color HEX #946464 Copper Rose

📋 copy color: '#946464'

red 148 ◦ green 100 ◦ blue 100

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

Shades of Copper Rose #946464

Tints of Copper Rose #946464

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.74%

 BLUE value IS 100 (39.45% from 255) = 28.74%

R = 42.53%
G = 28.74%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#946464 (or 0x946464) is known color: Copper Rose. HEX triplet: 94, 64 and 64. RGB value is (148,100,100). Sum of RGB (Red+Green+Blue) = 148+100+100=348 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.53% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 100 (39.45% from 255 or 28.74% from 348); Max value from RGB is 148 - color contains mainly: red. Hex color #946464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946464 is #6B9B9B. Grayscale: #727272. Windows color (decimal): -7052188 or 6579348. OLE color: 6579348.

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

Color convert

RGB 148 100 100 -
CMYK 0 0.32 0.32 0.42
HSL 0.19% 0.49% -
HSV(B) 0.32% 0.58% -
XYZ 19.07 16.33 14.2 -
YUV 114.35 119.9 152 -
System Red Green Blue C M Y K H S L
Decimal 148 100 100 0 0.32 0.32 0.42 0 0.19 0.49
Hex 94 64 64 0 20 20 2A 0 13 31
Octal 224 144 144 0 40 40 52 0 23 61
Binary 10010100 1100100 1100100 0 100000 100000 101010 0 10011 110001

Color Harmonies of #946464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946464

Black with #946464

Text Example


Text Example

White with #946464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946464; }

 p { color: rgb(148,100,100); }

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

background-color css

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

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

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

border-color css

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

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

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