#955074

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

Shades of Cannon Pink #955074

Tints of Cannon Pink #955074

Color information

#955074 (or 0x955074) is unknown color: approx Cannon Pink. HEX triplet: 95, 50 and 74. RGB value is (149,80,116). Sum of RGB (Red+Green+Blue) = 149+80+116=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 149 - color contains mainly: red. Hex color #955074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955074 is #6AAF8B. Grayscale: #686868. Windows color (decimal): -6991756 or 7622805. OLE color: 7622805.

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

Color convert

RGB14980116-
CMYK00.460.220.42
HSL328.7º30.13%44.9%-
HSV(B)328.7º46.31%58.43%-
XYZ18.4213.3918.14-
YUV104.74134.36159.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.19%
GREEN value IS 80 (31.64% from 255) = 23.19%
BLUE value IS 116 (45.70% from 255) = 33.62%
R=43.19%
G=23.19%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498011600.460.220.42328.730.1344.9
Hex95507402E162A1491e2d
Octal22512016405626525113655
Binary100101011010000111010001011101011010101010100100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955074; }

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

 H1.HeaderClassName
 {
   color: #955074;
 }
 .AnyTagClassName
 {
   color: #955074;
 }
</style>
background-color css

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

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

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

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

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

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