Html Css Color HEX #954E74 Cannon Pink

📋 copy color: '#954E74'

red 149 ◦ green 78 ◦ blue 116

#954E74
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cannon Pink #954E74

Tints of Cannon Pink #954E74

RGB

 RED value IS 149 (58.59% from 255) = 43.44%

 GREEN value IS 78 (30.86% from 255) = 22.74%

 BLUE value IS 116 (45.7% from 255) = 33.82%

R = 43.44%
G = 22.74%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#954E74 (or 0x954E74) is known color: Cannon Pink. HEX triplet: 95, 4E and 74. RGB value is (149,78,116). Sum of RGB (Red+Green+Blue) = 149+78+116=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 78 (30.86% from 255 or 22.74% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 149 - color contains mainly: red. Hex color #954E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954E74 is #6AB18B. Grayscale: #676767. Windows color (decimal): -6992268 or 7622293. OLE color: 7622293.

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

Color convert

RGB 149 78 116 -
CMYK 0 0.48 0.22 0.42
HSL 327.89º 0.31% 0.45% -
HSV(B) 327.89º 0.48% 0.58% -
XYZ 18.27 13.1 18.09 -
YUV 103.56 135.02 160.41 -
System Red Green Blue C M Y K H S L
Decimal 149 78 116 0 0.48 0.22 0.42 327.89 0.31 0.45
Hex 95 4E 74 0 30 16 2A 148 1F 2D
Octal 225 116 164 0 60 26 52 510 37 55
Binary 10010101 1001110 1110100 0 110000 10110 101010 101001000 11111 101101

Color Harmonies of #954E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954E74

Black with #954E74

Text Example


Text Example

White with #954E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #954E74;
 }
 .AnyTagClassName
 {
   color: #954E74;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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