#954E6C

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

Shades of Cannon Pink #954E6C

Tints of Cannon Pink #954E6C

Color information

#954E6C (or 0x954E6C) is unknown color: approx Cannon Pink. HEX triplet: 95, 4E and 6C. RGB value is (149,78,108). Sum of RGB (Red+Green+Blue) = 149+78+108=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #954E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954E6C is #6AB193. Grayscale: #666666. Windows color (decimal): -6992276 or 7098005. OLE color: 7098005.

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

Color convert

RGB14978108-
CMYK00.480.280.42
HSL334.65º31.28%44.51%-
HSV(B)334.65º47.65%58.43%-
XYZ17.8312.9215.74-
YUV102.65131.02161.06-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.48%
GREEN value IS 78 (30.86% from 255) = 23.28%
BLUE value IS 108 (42.58% from 255) = 32.24%
R=44.48%
G=23.28%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497810800.480.280.42334.6531.2844.51
Hex954E6C0301C2A14f1f2d
Octal22511615406034525173755
Binary100101011001110110110001100001110010101010100111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,78,108); }

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

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

 a { background-color: rgb(149,78,108); }

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

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

 span { border-color: rgb(149,78,108); }

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