#954E69

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

Shades of Cannon Pink #954E69

Tints of Cannon Pink #954E69

Color information

#954E69 (or 0x954E69) is unknown color: approx Cannon Pink. HEX triplet: 95, 4E and 69. RGB value is (149,78,105). Sum of RGB (Red+Green+Blue) = 149+78+105=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 78 (30.86% from 255 or 23.49% from 332); Blue value is 105 (41.41% from 255 or 31.63% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #954E69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954E69 is #6AB196. Grayscale: #666666. Windows color (decimal): -6992279 or 6901397. OLE color: 6901397.

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

Color convert

RGB14978105-
CMYK00.480.300.42
HSL337.18º31.28%44.51%-
HSV(B)337.18º47.65%58.43%-
XYZ17.6712.8614.92-
YUV102.31129.52161.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.88%
GREEN value IS 78 (30.86% from 255) = 23.49%
BLUE value IS 105 (41.41% from 255) = 31.63%
R=44.88%
G=23.49%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497810500.480.300.42337.1831.2844.51
Hex954E690301E2A1511f2d
Octal22511615106036525213755
Binary100101011001110110100101100001111010101010101000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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