Html Css Color HEX #955076 Cannon Pink

📋 copy color: '#955076'

red 149 ◦ green 80 ◦ blue 118

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

Shades of Cannon Pink #955076

Tints of Cannon Pink #955076

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.05%

 BLUE value IS 118 (46.48% from 255) = 34.01%

R = 42.94%
G = 23.05%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#955076 (or 0x955076) is known color: Cannon Pink. HEX triplet: 95, 50 and 76. RGB value is (149,80,118). Sum of RGB (Red+Green+Blue) = 149+80+118=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 149 - color contains mainly: red. Hex color #955076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955076 is #6AAF89. Grayscale: #686868. Windows color (decimal): -6991754 or 7753877. OLE color: 7753877.

HSL color Cylindrical-coordinate representation of color #955076: hue angle of 326.96º 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 #955076 is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 80 118 -
CMYK 0 0.46 0.21 0.42
HSL 326.96º 0.3% 0.45% -
HSV(B) 326.96º 0.46% 0.58% -
XYZ 18.53 13.43 18.76 -
YUV 104.96 135.36 159.41 -
System Red Green Blue C M Y K H S L
Decimal 149 80 118 0 0.46 0.21 0.42 326.96 0.3 0.45
Hex 95 50 76 0 2E 15 2A 147 1E 2D
Octal 225 120 166 0 56 25 52 507 36 55
Binary 10010101 1010000 1110110 0 101110 10101 101010 101000111 11110 101101

Color Harmonies of #955076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955076

Black with #955076

Text Example


Text Example

White with #955076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955076; }

 p { color: rgb(149,80,118); }

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

background-color css

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

 a { background-color: rgb(149,80,118); }

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

border-color css

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

 span { border-color: rgb(149,80,118); }

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