#954A6E

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

Shades of Cannon Pink #954A6E

Tints of Cannon Pink #954A6E

Color information

#954A6E (or 0x954A6E) is unknown color: approx Cannon Pink. HEX triplet: 95, 4A and 6E. RGB value is (149,74,110). Sum of RGB (Red+Green+Blue) = 149+74+110=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #954A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954A6E is #6AB591. Grayscale: #646464. Windows color (decimal): -6993298 or 7228053. OLE color: 7228053.

HSL color Cylindrical-coordinate representation of color #954A6E: hue angle of 331.2º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #954A6E is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB14974110-
CMYK00.500.260.42
HSL331.2º33.63%43.73%-
HSV(B)331.2º50.34%58.43%-
XYZ17.6612.4116.22-
YUV100.53133.35162.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.74%
GREEN value IS 74 (29.30% from 255) = 22.22%
BLUE value IS 110 (43.36% from 255) = 33.03%
R=44.74%
G=22.22%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497411000.500.260.42331.233.6343.73
Hex954A6E0321A2A14b222c
Octal22511215606232525134254
Binary1001010110010101101110011001011010101010101001011100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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