#95506D

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

Shades of Cannon Pink #95506D

Tints of Cannon Pink #95506D

Color information

#95506D (or 0x95506D) is unknown color: approx Cannon Pink. HEX triplet: 95, 50 and 6D. RGB value is (149,80,109). Sum of RGB (Red+Green+Blue) = 149+80+109=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 149 - color contains mainly: red. Hex color #95506D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95506D is #6AAF92. Grayscale: #676767. Windows color (decimal): -6991763 or 7164053. OLE color: 7164053.

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

Color convert

RGB14980109-
CMYK00.460.270.42
HSL334.78º30.13%44.9%-
HSV(B)334.78º46.31%58.43%-
XYZ18.0213.2316.07-
YUV103.94130.86160.14-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.08%
GREEN value IS 80 (31.64% from 255) = 23.67%
BLUE value IS 109 (42.97% from 255) = 32.25%
R=44.08%
G=23.67%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498010900.460.270.42334.7830.1344.9
Hex95506D02E1B2A14f1e2d
Octal22512015505633525173655
Binary100101011010000110110101011101101110101010100111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95506D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95506D; }

 p { color: rgb(149,80,109); }

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

<style>
 a { background-color: #95506D; }

 a { background-color: rgb(149,80,109); }

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

<style>
 span { border-color: #95506D; }

 span { border-color: rgb(149,80,109); }

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