Html Css Color HEX #954679 Cannon Pink

📋 copy color: '#954679'

red 149 ◦ green 70 ◦ blue 121

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

Shades of Cannon Pink #954679

Tints of Cannon Pink #954679

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.59%

 BLUE value IS 121 (47.66% from 255) = 35.59%

R = 43.82%
G = 20.59%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#954679 (or 0x954679) is known color: Cannon Pink. HEX triplet: 95, 46 and 79. RGB value is (149,70,121). Sum of RGB (Red+Green+Blue) = 149+70+121=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 70 (27.73% from 255 or 20.59% from 340); Blue value is 121 (47.66% from 255 or 35.59% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #954679 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954679 is #6AB986. Grayscale: #636363. Windows color (decimal): -6994311 or 7947925. OLE color: 7947925.

HSL color Cylindrical-coordinate representation of color #954679: hue angle of 321.27º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #954679 is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 70 121 -
CMYK 0 0.53 0.19 0.42
HSL 321.27º 0.36% 0.43% -
HSV(B) 321.27º 0.53% 0.58% -
XYZ 18.04 12.15 19.48 -
YUV 99.44 140.17 163.35 -
System Red Green Blue C M Y K H S L
Decimal 149 70 121 0 0.53 0.19 0.42 321.27 0.36 0.43
Hex 95 46 79 0 35 13 2A 141 24 2B
Octal 225 106 171 0 65 23 52 501 44 53
Binary 10010101 1000110 1111001 0 110101 10011 101010 101000001 100100 101011

Color Harmonies of #954679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954679

Black with #954679

Text Example


Text Example

White with #954679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954679; }

 p { color: rgb(149,70,121); }

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

background-color css

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

 a { background-color: rgb(149,70,121); }

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

border-color css

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

 span { border-color: rgb(149,70,121); }

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