Html Css Color HEX #954874 Cannon Pink

📋 copy color: '#954874'

red 149 ◦ green 72 ◦ blue 116

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

Shades of Cannon Pink #954874

Tints of Cannon Pink #954874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.42%

R = 44.21%
G = 21.36%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#954874 (or 0x954874) is known color: Cannon Pink. HEX triplet: 95, 48 and 74. RGB value is (149,72,116). Sum of RGB (Red+Green+Blue) = 149+72+116=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 116 (45.70% from 255 or 34.42% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #954874 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954874 is #6AB78B. Grayscale: #636363. Windows color (decimal): -6993804 or 7620757. OLE color: 7620757.

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

Color convert

RGB 149 72 116 -
CMYK 0 0.52 0.22 0.42
HSL 325.71º 0.35% 0.43% -
HSV(B) 325.71º 0.52% 0.58% -
XYZ 17.86 12.29 17.95 -
YUV 100.04 137.01 162.92 -
System Red Green Blue C M Y K H S L
Decimal 149 72 116 0 0.52 0.22 0.42 325.71 0.35 0.43
Hex 95 48 74 0 34 16 2A 146 23 2B
Octal 225 110 164 0 64 26 52 506 43 53
Binary 10010101 1001000 1110100 0 110100 10110 101010 101000110 100011 101011

Color Harmonies of #954874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954874

Black with #954874

Text Example


Text Example

White with #954874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954874; }

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

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

background-color css

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

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

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

border-color css

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

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

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