Html Css Color HEX #954972 Cannon Pink

📋 copy color: '#954972'

red 149 ◦ green 73 ◦ blue 114

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

Shades of Cannon Pink #954972

Tints of Cannon Pink #954972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.93%

R = 44.35%
G = 21.73%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#954972 (or 0x954972) is known color: Cannon Pink. HEX triplet: 95, 49 and 72. RGB value is (149,73,114). Sum of RGB (Red+Green+Blue) = 149+73+114=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 149 - color contains mainly: red. Hex color #954972 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954972 is #6AB68D. Grayscale: #646464. Windows color (decimal): -6993550 or 7489941. OLE color: 7489941.

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

Color convert

RGB 149 73 114 -
CMYK 0 0.51 0.23 0.42
HSL 327.63º 0.34% 0.44% -
HSV(B) 327.63º 0.51% 0.58% -
XYZ 17.81 12.37 17.37 -
YUV 100.4 135.68 162.67 -
System Red Green Blue C M Y K H S L
Decimal 149 73 114 0 0.51 0.23 0.42 327.63 0.34 0.44
Hex 95 49 72 0 33 17 2A 148 22 2C
Octal 225 111 162 0 63 27 52 510 42 54
Binary 10010101 1001001 1110010 0 110011 10111 101010 101001000 100010 101100

Color Harmonies of #954972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954972

Black with #954972

Text Example


Text Example

White with #954972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954972; }

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

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

background-color css

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

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

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

border-color css

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

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

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