Html Css Color HEX #954974 Cannon Pink

📋 copy color: '#954974'

red 149 ◦ green 73 ◦ blue 116

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

Shades of Cannon Pink #954974

Tints of Cannon Pink #954974

RGB

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

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

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

R = 44.08%
G = 21.6%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#954974 (or 0x954974) is known color: Cannon Pink. HEX triplet: 95, 49 and 74. RGB value is (149,73,116). Sum of RGB (Red+Green+Blue) = 149+73+116=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 149 - color contains mainly: red. Hex color #954974 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954974 is #6AB68B. Grayscale: #646464. Windows color (decimal): -6993548 or 7621013. OLE color: 7621013.

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

Color convert

RGB 149 73 116 -
CMYK 0 0.51 0.22 0.42
HSL 326.05º 0.34% 0.44% -
HSV(B) 326.05º 0.51% 0.58% -
XYZ 17.93 12.42 17.97 -
YUV 100.63 136.68 162.5 -
System Red Green Blue C M Y K H S L
Decimal 149 73 116 0 0.51 0.22 0.42 326.05 0.34 0.44
Hex 95 49 74 0 33 16 2A 146 22 2C
Octal 225 111 164 0 63 26 52 506 42 54
Binary 10010101 1001001 1110100 0 110011 10110 101010 101000110 100010 101100

Color Harmonies of #954974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954974

Black with #954974

Text Example


Text Example

White with #954974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954974; }

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

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

background-color css

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

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

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

border-color css

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

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

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