#95516E

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

Shades of Cannon Pink #95516E

Tints of Cannon Pink #95516E

Color information

#95516E (or 0x95516E) is unknown color: approx Cannon Pink. HEX triplet: 95, 51 and 6E. RGB value is (149,81,110). Sum of RGB (Red+Green+Blue) = 149+81+110=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #95516E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95516E is #6AAE91. Grayscale: #686868. Windows color (decimal): -6991506 or 7229845. OLE color: 7229845.

HSL color Cylindrical-coordinate representation of color #95516E: hue angle of 334.41º 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 #95516E is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB14981110-
CMYK00.460.260.42
HSL334.41º29.57%45.1%-
HSV(B)334.41º45.64%58.43%-
XYZ18.1513.416.38-
YUV104.64131.03159.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.82%
GREEN value IS 81 (32.03% from 255) = 23.82%
BLUE value IS 110 (43.36% from 255) = 32.35%
R=43.82%
G=23.82%
B=32.35%

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
Decimal1498111000.460.260.42334.4129.5745.1
Hex95516E02E1A2A14e1e2d
Octal22512115605632525163655
Binary100101011010001110111001011101101010101010100111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95516E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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