Html Css Color HEX #954A6E Cannon Pink

📋 copy color: '#954A6E'

red 149 ◦ green 74 ◦ blue 110

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

Shades of Cannon Pink #954A6E

Tints of Cannon Pink #954A6E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.22%

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

R = 44.74%
G = 22.22%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#954A6E (or 0x954A6E) is known color: Cannon Pink. HEX triplet: 95, 4A and 6E. RGB value is (149,74,110). Sum of RGB (Red+Green+Blue) = 149+74+110=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #954A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954A6E is #6AB591. Grayscale: #646464. Windows color (decimal): -6993298 or 7228053. OLE color: 7228053.

HSL color Cylindrical-coordinate representation of color #954A6E: hue angle of 331.2º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #954A6E is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 74 110 -
CMYK 0 0.50 0.26 0.42
HSL 331.2º 0.34% 0.44% -
HSV(B) 331.2º 0.5% 0.58% -
XYZ 17.66 12.41 16.22 -
YUV 100.53 133.35 162.57 -
System Red Green Blue C M Y K H S L
Decimal 149 74 110 0 0.50 0.26 0.42 331.2 0.34 0.44
Hex 95 4A 6E 0 32 1A 2A 14B 22 2C
Octal 225 112 156 0 62 32 52 513 42 54
Binary 10010101 1001010 1101110 0 110010 11010 101010 101001011 100010 101100

Color Harmonies of #954A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954A6E

Black with #954A6E

Text Example


Text Example

White with #954A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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