Html Css Color HEX #954D6D Cannon Pink

📋 copy color: '#954D6D'

red 149 ◦ green 77 ◦ blue 109

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

Shades of Cannon Pink #954D6D

Tints of Cannon Pink #954D6D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.99%

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

R = 44.48%
G = 22.99%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#954D6D (or 0x954D6D) is known color: Cannon Pink. HEX triplet: 95, 4D and 6D. RGB value is (149,77,109). Sum of RGB (Red+Green+Blue) = 149+77+109=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #954D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954D6D is #6AB292. Grayscale: #666666. Windows color (decimal): -6992531 or 7163285. OLE color: 7163285.

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

Color convert

RGB 149 77 109 -
CMYK 0 0.48 0.27 0.42
HSL 333.33º 0.32% 0.44% -
HSV(B) 333.33º 0.48% 0.58% -
XYZ 17.81 12.8 16 -
YUV 102.18 131.85 161.4 -
System Red Green Blue C M Y K H S L
Decimal 149 77 109 0 0.48 0.27 0.42 333.33 0.32 0.44
Hex 95 4D 6D 0 30 1B 2A 14D 20 2C
Octal 225 115 155 0 60 33 52 515 40 54
Binary 10010101 1001101 1101101 0 110000 11011 101010 101001101 100000 101100

Color Harmonies of #954D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954D6D

Black with #954D6D

Text Example


Text Example

White with #954D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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