Html Css Color HEX #954E71 Cannon Pink

📋 copy color: '#954E71'

red 149 ◦ green 78 ◦ blue 113

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

Shades of Cannon Pink #954E71

Tints of Cannon Pink #954E71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 33.24%

R = 43.82%
G = 22.94%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#954E71 (or 0x954E71) is known color: Cannon Pink. HEX triplet: 95, 4E and 71. RGB value is (149,78,113). Sum of RGB (Red+Green+Blue) = 149+78+113=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 78 (30.86% from 255 or 22.94% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #954E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954E71 is #6AB18E. Grayscale: #676767. Windows color (decimal): -6992271 or 7425685. OLE color: 7425685.

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

Color convert

RGB 149 78 113 -
CMYK 0 0.48 0.24 0.42
HSL 330.42º 0.31% 0.45% -
HSV(B) 330.42º 0.48% 0.58% -
XYZ 18.1 13.03 17.18 -
YUV 103.22 133.52 160.65 -
System Red Green Blue C M Y K H S L
Decimal 149 78 113 0 0.48 0.24 0.42 330.42 0.31 0.45
Hex 95 4E 71 0 30 18 2A 14A 1F 2D
Octal 225 116 161 0 60 30 52 512 37 55
Binary 10010101 1001110 1110001 0 110000 11000 101010 101001010 11111 101101

Color Harmonies of #954E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954E71

Black with #954E71

Text Example


Text Example

White with #954E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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