Html Css Color HEX #954C6D Cannon Pink

📋 copy color: '#954C6D'

red 149 ◦ green 76 ◦ blue 109

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

Shades of Cannon Pink #954C6D

Tints of Cannon Pink #954C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.63%

R = 44.61%
G = 22.75%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#954C6D (or 0x954C6D) is known color: Cannon Pink. HEX triplet: 95, 4C and 6D. RGB value is (149,76,109). Sum of RGB (Red+Green+Blue) = 149+76+109=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #954C6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954C6D is #6AB392. Grayscale: #656565. Windows color (decimal): -6992787 or 7163029. OLE color: 7163029.

HSL color Cylindrical-coordinate representation of color #954C6D: hue angle of 332.88º 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 #954C6D is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 76 109 -
CMYK 0 0.49 0.27 0.42
HSL 332.88º 0.32% 0.44% -
HSV(B) 332.88º 0.49% 0.58% -
XYZ 17.74 12.66 15.98 -
YUV 101.59 132.18 161.82 -
System Red Green Blue C M Y K H S L
Decimal 149 76 109 0 0.49 0.27 0.42 332.88 0.32 0.44
Hex 95 4C 6D 0 31 1B 2A 14D 20 2C
Octal 225 114 155 0 61 33 52 515 40 54
Binary 10010101 1001100 1101101 0 110001 11011 101010 101001101 100000 101100

Color Harmonies of #954C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954C6D

Black with #954C6D

Text Example


Text Example

White with #954C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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