Html Css Color HEX #955173 Cannon Pink

📋 copy color: '#955173'

red 149 ◦ green 81 ◦ blue 115

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

Shades of Cannon Pink #955173

Tints of Cannon Pink #955173

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.48%

 BLUE value IS 115 (45.31% from 255) = 33.33%

R = 43.19%
G = 23.48%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#955173 (or 0x955173) is known color: Cannon Pink. HEX triplet: 95, 51 and 73. RGB value is (149,81,115). Sum of RGB (Red+Green+Blue) = 149+81+115=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 149 - color contains mainly: red. Hex color #955173 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955173 is #6AAE8C. Grayscale: #696969. Windows color (decimal): -6991501 or 7557525. OLE color: 7557525.

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

Color convert

RGB 149 81 115 -
CMYK 0 0.46 0.23 0.42
HSL 330º 0.3% 0.45% -
HSV(B) 330º 0.46% 0.58% -
XYZ 18.43 13.51 17.86 -
YUV 105.21 133.53 159.24 -
System Red Green Blue C M Y K H S L
Decimal 149 81 115 0 0.46 0.23 0.42 330 0.3 0.45
Hex 95 51 73 0 2E 17 2A 14A 1E 2D
Octal 225 121 163 0 56 27 52 512 36 55
Binary 10010101 1010001 1110011 0 101110 10111 101010 101001010 11110 101101

Color Harmonies of #955173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955173

Black with #955173

Text Example


Text Example

White with #955173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955173; }

 p { color: rgb(149,81,115); }

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

background-color css

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

 a { background-color: rgb(149,81,115); }

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

border-color css

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

 span { border-color: rgb(149,81,115); }

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