Html Css Color HEX #954775 Cannon Pink

📋 copy color: '#954775'

red 149 ◦ green 71 ◦ blue 117

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

Shades of Cannon Pink #954775

Tints of Cannon Pink #954775

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.07%

 BLUE value IS 117 (46.09% from 255) = 34.72%

R = 44.21%
G = 21.07%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#954775 (or 0x954775) is known color: Cannon Pink. HEX triplet: 95, 47 and 75. RGB value is (149,71,117). Sum of RGB (Red+Green+Blue) = 149+71+117=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #954775 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954775 is #6AB88A. Grayscale: #636363. Windows color (decimal): -6994059 or 7686037. OLE color: 7686037.

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

Color convert

RGB 149 71 117 -
CMYK 0 0.52 0.21 0.42
HSL 324.62º 0.35% 0.43% -
HSV(B) 324.62º 0.52% 0.58% -
XYZ 17.86 12.18 18.24 -
YUV 99.57 137.84 163.26 -
System Red Green Blue C M Y K H S L
Decimal 149 71 117 0 0.52 0.21 0.42 324.62 0.35 0.43
Hex 95 47 75 0 34 15 2A 145 23 2B
Octal 225 107 165 0 64 25 52 505 43 53
Binary 10010101 1000111 1110101 0 110100 10101 101010 101000101 100011 101011

Color Harmonies of #954775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954775

Black with #954775

Text Example


Text Example

White with #954775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954775; }

 p { color: rgb(149,71,117); }

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

background-color css

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

 a { background-color: rgb(149,71,117); }

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

border-color css

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

 span { border-color: rgb(149,71,117); }

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