#954F69

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

Shades of Cannon Pink #954F69

Tints of Cannon Pink #954F69

Color information

#954F69 (or 0x954F69) is unknown color: approx Cannon Pink. HEX triplet: 95, 4F and 69. RGB value is (149,79,105). Sum of RGB (Red+Green+Blue) = 149+79+105=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #954F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954F69 is #6AB096. Grayscale: #666666. Windows color (decimal): -6992023 or 6901653. OLE color: 6901653.

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

Color convert

RGB14979105-
CMYK00.470.300.42
HSL337.71º30.7%44.71%-
HSV(B)337.71º46.98%58.43%-
XYZ17.741314.94-
YUV102.89129.19160.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.74%
GREEN value IS 79 (31.25% from 255) = 23.72%
BLUE value IS 105 (41.41% from 255) = 31.53%
R=44.74%
G=23.72%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497910500.470.300.42337.7130.744.71
Hex954F6902F1E2A1521f2d
Octal22511715105736525223755
Binary100101011001111110100101011111111010101010101001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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