#955274

Color #955274 Cannon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cannon Pink #955274

Tints of Cannon Pink #955274

Color information

#955274 (or 0x955274) is unknown color: approx 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

RGB14982116-
CMYK00.450.220.42
HSL329.55º29%45.29%-
HSV(B)329.55º44.97%58.43%-
XYZ18.5613.6918.19-
YUV105.91133.7158.74-

RGB Variations

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

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.70% from 255) = 33.43%
R=42.94%
G=23.63%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498211600.450.220.42329.552945.29
Hex95527402D162A14a1d2d
Octal22512216405526525123555
Binary100101011010010111010001011011011010101010100101011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>