#94546B

Color #94546B Cannon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cannon Pink #94546B

Tints of Cannon Pink #94546B

Color information

#94546B (or 0x94546B) is unknown color: approx Cannon Pink. HEX triplet: 94, 54 and 6B. RGB value is (148,84,107). Sum of RGB (Red+Green+Blue) = 148+84+107=339 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.66% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 148 - color contains mainly: red. Hex color #94546B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94546B is #6BAB94. Grayscale: #696969. Windows color (decimal): -7056277 or 7034004. OLE color: 7034004.

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

Color convert

RGB14884107-
CMYK00.430.280.42
HSL338.44º27.59%45.49%-
HSV(B)338.44º43.24%58.04%-
XYZ18.0413.715.6-
YUV105.76128.7158.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.66%
GREEN value IS 84 (33.20% from 255) = 24.78%
BLUE value IS 107 (42.19% from 255) = 31.56%
R=43.66%
G=24.78%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488410700.430.280.42338.4427.5945.49
Hex94546B02B1C2A1521c2d
Octal22412415305334525223455
Binary100101001010100110101101010111110010101010101001011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94546B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94546B; }

 p { color: rgb(148,84,107); }

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

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

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

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

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

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

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