#954F6A

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

Shades of Cannon Pink #954F6A

Tints of Cannon Pink #954F6A

Color information

#954F6A (or 0x954F6A) is unknown color: approx Cannon Pink. HEX triplet: 95, 4F and 6A. RGB value is (149,79,106). Sum of RGB (Red+Green+Blue) = 149+79+106=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #954F6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954F6A is #6AB095. Grayscale: #666666. Windows color (decimal): -6992022 or 6967189. OLE color: 6967189.

HSL color Cylindrical-coordinate representation of color #954F6A: hue angle of 336.86º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #954F6A is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB14979106-
CMYK00.470.290.42
HSL336.86º30.7%44.71%-
HSV(B)336.86º46.98%58.43%-
XYZ17.7913.0215.21-
YUV103.01129.69160.8-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.61%
GREEN value IS 79 (31.25% from 255) = 23.65%
BLUE value IS 106 (41.80% from 255) = 31.74%
R=44.61%
G=23.65%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497910600.470.290.42336.8630.744.71
Hex954F6A02F1D2A1511f2d
Octal22511715205735525213755
Binary100101011001111110101001011111110110101010101000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954F6A; }

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

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

<style>
 a { background-color: #954F6A; }

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

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

<style>
 span { border-color: #954F6A; }

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

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