#95506B

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

Shades of Cannon Pink #95506B

Tints of Cannon Pink #95506B

Color information

#95506B (or 0x95506B) is unknown color: approx Cannon Pink. HEX triplet: 95, 50 and 6B. RGB value is (149,80,107). Sum of RGB (Red+Green+Blue) = 149+80+107=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 149 - color contains mainly: red. Hex color #95506B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95506B is #6AAF94. Grayscale: #676767. Windows color (decimal): -6991765 or 7032981. OLE color: 7032981.

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

Color convert

RGB14980107-
CMYK00.460.280.42
HSL336.52º30.13%44.9%-
HSV(B)336.52º46.31%58.43%-
XYZ17.9213.1915.51-
YUV103.71129.86160.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.35%
GREEN value IS 80 (31.64% from 255) = 23.81%
BLUE value IS 107 (42.19% from 255) = 31.85%
R=44.35%
G=23.81%
B=31.85%

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
Decimal1498010700.460.280.42336.5230.1344.9
Hex95506B02E1C2A1511e2d
Octal22512015305634525213655
Binary100101011010000110101101011101110010101010101000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95506B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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