#954E70

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

Shades of Cannon Pink #954E70

Tints of Cannon Pink #954E70

Color information

#954E70 (or 0x954E70) is unknown color: approx Cannon Pink. HEX triplet: 95, 4E and 70. RGB value is (149,78,112). Sum of RGB (Red+Green+Blue) = 149+78+112=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 78 (30.86% from 255 or 23.01% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 149 - color contains mainly: red. Hex color #954E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954E70 is #6AB18F. Grayscale: #676767. Windows color (decimal): -6992272 or 7360149. OLE color: 7360149.

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

Color convert

RGB14978112-
CMYK00.480.250.42
HSL331.27º31.28%44.51%-
HSV(B)331.27º47.65%58.43%-
XYZ18.0413.0116.89-
YUV103.1133.02160.74-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.95%
GREEN value IS 78 (30.86% from 255) = 23.01%
BLUE value IS 112 (44.14% from 255) = 33.04%
R=43.95%
G=23.01%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497811200.480.250.42331.2731.2844.51
Hex954E70030192A14b1f2d
Octal22511616006031525133755
Binary100101011001110111000001100001100110101010100101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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