Html Css Color HEX #954C71 Cannon Pink

📋 copy color: '#954C71'

red 149 ◦ green 76 ◦ blue 113

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

Shades of Cannon Pink #954C71

Tints of Cannon Pink #954C71

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.49%

 BLUE value IS 113 (44.53% from 255) = 33.43%

R = 44.08%
G = 22.49%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#954C71 (or 0x954C71) is known color: Cannon Pink. HEX triplet: 95, 4C and 71. RGB value is (149,76,113). Sum of RGB (Red+Green+Blue) = 149+76+113=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 149 - color contains mainly: red. Hex color #954C71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954C71 is #6AB38E. Grayscale: #656565. Windows color (decimal): -6992783 or 7425173. OLE color: 7425173.

HSL color Cylindrical-coordinate representation of color #954C71: hue angle of 329.59º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #954C71 is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 76 113 -
CMYK 0 0.49 0.24 0.42
HSL 329.59º 0.32% 0.44% -
HSV(B) 329.59º 0.49% 0.58% -
XYZ 17.96 12.75 17.14 -
YUV 102.05 134.18 161.49 -
System Red Green Blue C M Y K H S L
Decimal 149 76 113 0 0.49 0.24 0.42 329.59 0.32 0.44
Hex 95 4C 71 0 31 18 2A 14A 20 2C
Octal 225 114 161 0 61 30 52 512 40 54
Binary 10010101 1001100 1110001 0 110001 11000 101010 101001010 100000 101100

Color Harmonies of #954C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954C71

Black with #954C71

Text Example


Text Example

White with #954C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954C71; }

 p { color: rgb(149,76,113); }

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

background-color css

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

 a { background-color: rgb(149,76,113); }

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

border-color css

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

 span { border-color: rgb(149,76,113); }

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