Html Css Color HEX #954579 Cannon Pink

📋 copy color: '#954579'

red 149 ◦ green 69 ◦ blue 121

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

Shades of Cannon Pink #954579

Tints of Cannon Pink #954579

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.35%

 BLUE value IS 121 (47.66% from 255) = 35.69%

R = 43.95%
G = 20.35%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#954579 (or 0x954579) is known color: Cannon Pink. HEX triplet: 95, 45 and 79. RGB value is (149,69,121). Sum of RGB (Red+Green+Blue) = 149+69+121=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 121 (47.66% from 255 or 35.69% from 339); Max value from RGB is 149 - color contains mainly: red. Hex color #954579 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954579 is #6ABA86. Grayscale: #626262. Windows color (decimal): -6994567 or 7947669. OLE color: 7947669.

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

Color convert

RGB 149 69 121 -
CMYK 0 0.54 0.19 0.42
HSL 321º 0.37% 0.43% -
HSV(B) 321º 0.54% 0.58% -
XYZ 17.97 12.03 19.46 -
YUV 98.85 140.5 163.77 -
System Red Green Blue C M Y K H S L
Decimal 149 69 121 0 0.54 0.19 0.42 321 0.37 0.43
Hex 95 45 79 0 36 13 2A 141 25 2B
Octal 225 105 171 0 66 23 52 501 45 53
Binary 10010101 1000101 1111001 0 110110 10011 101010 101000001 100101 101011

Color Harmonies of #954579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954579

Black with #954579

Text Example


Text Example

White with #954579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954579; }

 p { color: rgb(149,69,121); }

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

background-color css

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

 a { background-color: rgb(149,69,121); }

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

border-color css

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

 span { border-color: rgb(149,69,121); }

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