Html Css Color HEX #955274 Cannon Pink

📋 copy color: '#955274'

red 149 ◦ green 82 ◦ blue 116

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

Shades of Cannon Pink #955274

Tints of Cannon Pink #955274

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.63%

 BLUE value IS 116 (45.7% from 255) = 33.43%

R = 42.94%
G = 23.63%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#955274 (or 0x955274) is known color: Cannon Pink. HEX triplet: 95, 52 and 74. RGB value is (149,82,116). Sum of RGB (Red+Green+Blue) = 149+82+116=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 149 - color contains mainly: red. Hex color #955274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955274 is #6AAD8B. Grayscale: #696969. Windows color (decimal): -6991244 or 7623317. OLE color: 7623317.

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

Color convert

RGB 149 82 116 -
CMYK 0 0.45 0.22 0.42
HSL 329.55º 0.29% 0.45% -
HSV(B) 329.55º 0.45% 0.58% -
XYZ 18.56 13.69 18.19 -
YUV 105.91 133.7 158.74 -
System Red Green Blue C M Y K H S L
Decimal 149 82 116 0 0.45 0.22 0.42 329.55 0.29 0.45
Hex 95 52 74 0 2D 16 2A 14A 1D 2D
Octal 225 122 164 0 55 26 52 512 35 55
Binary 10010101 1010010 1110100 0 101101 10110 101010 101001010 11101 101101

Color Harmonies of #955274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955274

Black with #955274

Text Example


Text Example

White with #955274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955274; }

 p { color: rgb(149,82,116); }

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

background-color css

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

 a { background-color: rgb(149,82,116); }

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

border-color css

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

 span { border-color: rgb(149,82,116); }

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