#95506A

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

Shades of Cannon Pink #95506A

Tints of Cannon Pink #95506A

Color information

#95506A (or 0x95506A) is unknown color: approx Cannon Pink. HEX triplet: 95, 50 and 6A. RGB value is (149,80,106). Sum of RGB (Red+Green+Blue) = 149+80+106=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #95506A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95506A is #6AAF95. Grayscale: #676767. Windows color (decimal): -6991766 or 6967445. OLE color: 6967445.

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

Color convert

RGB14980106-
CMYK00.460.290.42
HSL337.39º30.13%44.9%-
HSV(B)337.39º46.31%58.43%-
XYZ17.8613.1715.24-
YUV103.6129.36160.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.48%
GREEN value IS 80 (31.64% from 255) = 23.88%
BLUE value IS 106 (41.80% from 255) = 31.64%
R=44.48%
G=23.88%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498010600.460.290.42337.3930.1344.9
Hex95506A02E1D2A1511e2d
Octal22512015205635525213655
Binary100101011010000110101001011101110110101010101000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95506A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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