Html Css Color HEX #954776 Cannon Pink

📋 copy color: '#954776'

red 149 ◦ green 71 ◦ blue 118

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

Shades of Cannon Pink #954776

Tints of Cannon Pink #954776

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.01%

 BLUE value IS 118 (46.48% from 255) = 34.91%

R = 44.08%
G = 21.01%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#954776 (or 0x954776) is known color: Cannon Pink. HEX triplet: 95, 47 and 76. RGB value is (149,71,118). Sum of RGB (Red+Green+Blue) = 149+71+118=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 118 (46.48% from 255 or 34.91% from 338); Max value from RGB is 149 - color contains mainly: red. Hex color #954776 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954776 is #6AB889. Grayscale: #636363. Windows color (decimal): -6994058 or 7751573. OLE color: 7751573.

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

Color convert

RGB 149 71 118 -
CMYK 0 0.52 0.21 0.42
HSL 323.85º 0.35% 0.43% -
HSV(B) 323.85º 0.52% 0.58% -
XYZ 17.92 12.2 18.55 -
YUV 99.68 138.34 163.18 -
System Red Green Blue C M Y K H S L
Decimal 149 71 118 0 0.52 0.21 0.42 323.85 0.35 0.43
Hex 95 47 76 0 34 15 2A 144 23 2B
Octal 225 107 166 0 64 25 52 504 43 53
Binary 10010101 1000111 1110110 0 110100 10101 101010 101000100 100011 101011

Color Harmonies of #954776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954776

Black with #954776

Text Example


Text Example

White with #954776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954776; }

 p { color: rgb(149,71,118); }

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

background-color css

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

 a { background-color: rgb(149,71,118); }

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

border-color css

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

 span { border-color: rgb(149,71,118); }

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