Html Css Color HEX #954977 Cannon Pink

📋 copy color: '#954977'

red 149 ◦ green 73 ◦ blue 119

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

Shades of Cannon Pink #954977

Tints of Cannon Pink #954977

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.41%

 BLUE value IS 119 (46.88% from 255) = 34.9%

R = 43.7%
G = 21.41%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#954977 (or 0x954977) is known color: Cannon Pink. HEX triplet: 95, 49 and 77. RGB value is (149,73,119). Sum of RGB (Red+Green+Blue) = 149+73+119=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 149 - color contains mainly: red. Hex color #954977 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954977 is #6AB688. Grayscale: #646464. Windows color (decimal): -6993545 or 7817621. OLE color: 7817621.

HSL color Cylindrical-coordinate representation of color #954977: hue angle of 323.68º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #954977 is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 73 119 -
CMYK 0 0.51 0.20 0.42
HSL 323.68º 0.34% 0.44% -
HSV(B) 323.68º 0.51% 0.58% -
XYZ 18.11 12.49 18.91 -
YUV 100.97 138.18 162.26 -
System Red Green Blue C M Y K H S L
Decimal 149 73 119 0 0.51 0.20 0.42 323.68 0.34 0.44
Hex 95 49 77 0 33 14 2A 144 22 2C
Octal 225 111 167 0 63 24 52 504 42 54
Binary 10010101 1001001 1110111 0 110011 10100 101010 101000100 100010 101100

Color Harmonies of #954977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954977

Black with #954977

Text Example


Text Example

White with #954977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954977; }

 p { color: rgb(149,73,119); }

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

background-color css

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

 a { background-color: rgb(149,73,119); }

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

border-color css

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

 span { border-color: rgb(149,73,119); }

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