Html Css Color HEX #954C6E Cannon Pink

📋 copy color: '#954C6E'

red 149 ◦ green 76 ◦ blue 110

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

Shades of Cannon Pink #954C6E

Tints of Cannon Pink #954C6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.84%

R = 44.48%
G = 22.69%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#954C6E (or 0x954C6E) is known color: Cannon Pink. HEX triplet: 95, 4C and 6E. RGB value is (149,76,110). Sum of RGB (Red+Green+Blue) = 149+76+110=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #954C6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954C6E is #6AB391. Grayscale: #656565. Windows color (decimal): -6992786 or 7228565. OLE color: 7228565.

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

Color convert

RGB 149 76 110 -
CMYK 0 0.49 0.26 0.42
HSL 332.05º 0.32% 0.44% -
HSV(B) 332.05º 0.49% 0.58% -
XYZ 17.79 12.68 16.26 -
YUV 101.7 132.68 161.74 -
System Red Green Blue C M Y K H S L
Decimal 149 76 110 0 0.49 0.26 0.42 332.05 0.32 0.44
Hex 95 4C 6E 0 31 1A 2A 14C 20 2C
Octal 225 114 156 0 61 32 52 514 40 54
Binary 10010101 1001100 1101110 0 110001 11010 101010 101001100 100000 101100

Color Harmonies of #954C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954C6E

Black with #954C6E

Text Example


Text Example

White with #954C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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