Html Css Color HEX #954876 Cannon Pink

📋 copy color: '#954876'

red 149 ◦ green 72 ◦ blue 118

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

Shades of Cannon Pink #954876

Tints of Cannon Pink #954876

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.24%

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

R = 43.95%
G = 21.24%
B = 34.81%

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

#954876 (or 0x954876) is known color: Cannon Pink. HEX triplet: 95, 48 and 76. RGB value is (149,72,118). Sum of RGB (Red+Green+Blue) = 149+72+118=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 149 - color contains mainly: red. Hex color #954876 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954876 is #6AB789. Grayscale: #646464. Windows color (decimal): -6993802 or 7751829. OLE color: 7751829.

HSL color Cylindrical-coordinate representation of color #954876: hue angle of 324.16º 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 #954876 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 72 118 -
CMYK 0 0.52 0.21 0.42
HSL 324.16º 0.35% 0.43% -
HSV(B) 324.16º 0.52% 0.58% -
XYZ 17.98 12.33 18.57 -
YUV 100.27 138.01 162.76 -
System Red Green Blue C M Y K H S L
Decimal 149 72 118 0 0.52 0.21 0.42 324.16 0.35 0.43
Hex 95 48 76 0 34 15 2A 144 23 2B
Octal 225 110 166 0 64 25 52 504 43 53
Binary 10010101 1001000 1110110 0 110100 10101 101010 101000100 100011 101011

Color Harmonies of #954876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954876

Black with #954876

Text Example


Text Example

White with #954876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954876; }

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

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

background-color css

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

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

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

border-color css

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

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

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