#94506E

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

Shades of Cannon Pink #94506E

Tints of Cannon Pink #94506E

Color information

#94506E (or 0x94506E) is unknown color: approx Cannon Pink. HEX triplet: 94, 50 and 6E. RGB value is (148,80,110). Sum of RGB (Red+Green+Blue) = 148+80+110=338 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.79% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 148 - color contains mainly: red. Hex color #94506E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94506E is #6BAF91. Grayscale: #676767. Windows color (decimal): -7057298 or 7229588. OLE color: 7229588.

HSL color Cylindrical-coordinate representation of color #94506E: hue angle of 333.53º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #94506E is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB14880110-
CMYK00.460.260.42
HSL333.53º29.82%44.71%-
HSV(B)333.53º45.95%58.04%-
XYZ17.913.1616.35-
YUV103.75131.53159.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.79%
GREEN value IS 80 (31.64% from 255) = 23.67%
BLUE value IS 110 (43.36% from 255) = 32.54%
R=43.79%
G=23.67%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488011000.460.260.42333.5329.8244.71
Hex94506E02E1A2A14e1e2d
Octal22412015605632525163655
Binary100101001010000110111001011101101010101010100111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94506E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94506E; }

 p { color: rgb(148,80,110); }

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

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

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

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

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

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

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