#95546E

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

Shades of Cannon Pink #95546E

Tints of Cannon Pink #95546E

Color information

#95546E (or 0x95546E) is unknown color: approx Cannon Pink. HEX triplet: 95, 54 and 6E. RGB value is (149,84,110). Sum of RGB (Red+Green+Blue) = 149+84+110=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 84 (33.20% from 255 or 24.49% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 149 - color contains mainly: red. Hex color #95546E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95546E is #6AAB91. Grayscale: #6A6A6A. Windows color (decimal): -6990738 or 7230613. OLE color: 7230613.

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

Color convert

RGB14984110-
CMYK00.440.260.42
HSL336º27.9%45.69%-
HSV(B)336º43.62%58.43%-
XYZ18.3813.8616.46-
YUV106.4130.03158.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.44%
GREEN value IS 84 (33.20% from 255) = 24.49%
BLUE value IS 110 (43.36% from 255) = 32.07%
R=43.44%
G=24.49%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498411000.440.260.4233627.945.69
Hex95546E02C1A2A1501c2e
Octal22512415605432525203456
Binary100101011010100110111001011001101010101010101000011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95546E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,84,110); }

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

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

 a { background-color: rgb(149,84,110); }

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

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

 span { border-color: rgb(149,84,110); }

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