#95516B

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

Shades of Cannon Pink #95516B

Tints of Cannon Pink #95516B

Color information

#95516B (or 0x95516B) is unknown color: approx Cannon Pink. HEX triplet: 95, 51 and 6B. RGB value is (149,81,107). Sum of RGB (Red+Green+Blue) = 149+81+107=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #95516B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95516B is #6AAE94. Grayscale: #686868. Windows color (decimal): -6991509 or 7033237. OLE color: 7033237.

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

Color convert

RGB14981107-
CMYK00.460.280.42
HSL337.06º29.57%45.1%-
HSV(B)337.06º45.64%58.43%-
XYZ17.9913.3415.54-
YUV104.3129.53159.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.21%
GREEN value IS 81 (32.03% from 255) = 24.04%
BLUE value IS 107 (42.19% from 255) = 31.75%
R=44.21%
G=24.04%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498110700.460.280.42337.0629.5745.1
Hex95516B02E1C2A1511e2d
Octal22512115305634525213655
Binary100101011010001110101101011101110010101010101000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95516B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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