Html Css Color HEX #955470 Cannon Pink

📋 copy color: '#955470'

red 149 ◦ green 84 ◦ blue 112

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

Shades of Cannon Pink #955470

Tints of Cannon Pink #955470

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.35%

 BLUE value IS 112 (44.14% from 255) = 32.46%

R = 43.19%
G = 24.35%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#955470 (or 0x955470) is known color: Cannon Pink. HEX triplet: 95, 54 and 70. RGB value is (149,84,112). Sum of RGB (Red+Green+Blue) = 149+84+112=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 149 - color contains mainly: red. Hex color #955470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955470 is #6AAB8F. Grayscale: #6A6A6A. Windows color (decimal): -6990736 or 7361685. OLE color: 7361685.

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

Color convert

RGB 149 84 112 -
CMYK 0 0.44 0.25 0.42
HSL 334.15º 0.28% 0.46% -
HSV(B) 334.15º 0.44% 0.58% -
XYZ 18.49 13.9 17.04 -
YUV 106.63 131.03 158.22 -
System Red Green Blue C M Y K H S L
Decimal 149 84 112 0 0.44 0.25 0.42 334.15 0.28 0.46
Hex 95 54 70 0 2C 19 2A 14E 1C 2E
Octal 225 124 160 0 54 31 52 516 34 56
Binary 10010101 1010100 1110000 0 101100 11001 101010 101001110 11100 101110

Color Harmonies of #955470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955470

Black with #955470

Text Example


Text Example

White with #955470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955470; }

 p { color: rgb(149,84,112); }

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

background-color css

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

 a { background-color: rgb(149,84,112); }

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

border-color css

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

 span { border-color: rgb(149,84,112); }

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