#946462

Color #946462 Copper Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Copper Rose #946462

Tints of Copper Rose #946462

Color information

#946462 (or 0x946462) is unknown color: approx Copper Rose. HEX triplet: 94, 64 and 62. RGB value is (148,100,98). Sum of RGB (Red+Green+Blue) = 148+100+98=346 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.77% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 98 (38.67% from 255 or 28.32% from 346); Max value from RGB is 148 - color contains mainly: red. Hex color #946462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946462 is #6B9B9D. Grayscale: #727272. Windows color (decimal): -7052190 or 6448276. OLE color: 6448276.

HSL color Cylindrical-coordinate representation of color #946462: hue angle of 2.4º degrees, saturation: 0.2, 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 #946462 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB14810098-
CMYK00.320.340.42
HSL2.4º20.33%48.24%-
HSV(B)2.4º33.78%58.04%-
XYZ18.9716.2913.7-
YUV114.12118.9152.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.77%
GREEN value IS 100 (39.45% from 255) = 28.90%
BLUE value IS 98 (38.67% from 255) = 28.32%
R=42.77%
G=28.90%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481009800.320.340.422.420.3348.24
Hex946462020222A21430
Octal224144142040425222460
Binary100101001100100110001001000001000101010101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946462; }

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

 H1.HeaderClassName
 {
   color: #946462;
 }
 .AnyTagClassName
 {
   color: #946462;
 }
</style>
background-color css

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

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

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

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

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

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