#954678

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

Shades of Cannon Pink #954678

Tints of Cannon Pink #954678

Color information

#954678 (or 0x954678) is unknown color: approx Cannon Pink. HEX triplet: 95, 46 and 78. RGB value is (149,70,120). Sum of RGB (Red+Green+Blue) = 149+70+120=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 120 (47.27% from 255 or 35.40% from 339); Max value from RGB is 149 - color contains mainly: red. Hex color #954678 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954678 is #6AB987. Grayscale: #636363. Windows color (decimal): -6994312 or 7882389. OLE color: 7882389.

HSL color Cylindrical-coordinate representation of color #954678: hue angle of 322.03º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #954678 is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB14970120-
CMYK00.530.190.42
HSL322.03º36.07%42.94%-
HSV(B)322.03º53.02%58.43%-
XYZ17.9712.1319.16-
YUV99.32139.67163.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.95%
GREEN value IS 70 (27.73% from 255) = 20.65%
BLUE value IS 120 (47.27% from 255) = 35.40%
R=43.95%
G=20.65%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497012000.530.190.42322.0336.0742.94
Hex954678035132A142242b
Octal22510617006523525024453
Binary1001010110001101111000011010110011101010101000010100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954678; }

 p { color: rgb(149,70,120); }

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

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

 a { background-color: rgb(149,70,120); }

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

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

 span { border-color: rgb(149,70,120); }

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