Html Css Color HEX #954975 Cannon Pink

📋 copy color: '#954975'

red 149 ◦ green 73 ◦ blue 117

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

Shades of Cannon Pink #954975

Tints of Cannon Pink #954975

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.53%

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

R = 43.95%
G = 21.53%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#954975 (or 0x954975) is known color: Cannon Pink. HEX triplet: 95, 49 and 75. RGB value is (149,73,117). Sum of RGB (Red+Green+Blue) = 149+73+117=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 149 - color contains mainly: red. Hex color #954975 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954975 is #6AB68A. Grayscale: #646464. Windows color (decimal): -6993547 or 7686549. OLE color: 7686549.

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

Color convert

RGB 149 73 117 -
CMYK 0 0.51 0.21 0.42
HSL 325.26º 0.34% 0.44% -
HSV(B) 325.26º 0.51% 0.58% -
XYZ 17.99 12.44 18.28 -
YUV 100.74 137.18 162.42 -
System Red Green Blue C M Y K H S L
Decimal 149 73 117 0 0.51 0.21 0.42 325.26 0.34 0.44
Hex 95 49 75 0 33 15 2A 145 22 2C
Octal 225 111 165 0 63 25 52 505 42 54
Binary 10010101 1001001 1110101 0 110011 10101 101010 101000101 100010 101100

Color Harmonies of #954975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954975

Black with #954975

Text Example


Text Example

White with #954975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954975; }

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

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

background-color css

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

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

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

border-color css

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

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

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