#954F6E

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

Shades of Cannon Pink #954F6E

Tints of Cannon Pink #954F6E

Color information

#954F6E (or 0x954F6E) is unknown color: approx Cannon Pink. HEX triplet: 95, 4F and 6E. RGB value is (149,79,110). Sum of RGB (Red+Green+Blue) = 149+79+110=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 149 - color contains mainly: red. Hex color #954F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954F6E is #6AB091. Grayscale: #676767. Windows color (decimal): -6992018 or 7229333. OLE color: 7229333.

HSL color Cylindrical-coordinate representation of color #954F6E: hue angle of 333.43º 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 #954F6E is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB14979110-
CMYK00.470.260.42
HSL333.43º30.7%44.71%-
HSV(B)333.43º46.98%58.43%-
XYZ1813.1116.33-
YUV103.46131.69160.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.08%
GREEN value IS 79 (31.25% from 255) = 23.37%
BLUE value IS 110 (43.36% from 255) = 32.54%
R=44.08%
G=23.37%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497911000.470.260.42333.4330.744.71
Hex954F6E02F1A2A14d1f2d
Octal22511715605732525153755
Binary100101011001111110111001011111101010101010100110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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