#955370

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

Shades of Cannon Pink #955370

Tints of Cannon Pink #955370

Color information

#955370 (or 0x955370) is unknown color: approx Cannon Pink. HEX triplet: 95, 53 and 70. RGB value is (149,83,112). Sum of RGB (Red+Green+Blue) = 149+83+112=344 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.31% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 149 - color contains mainly: red. Hex color #955370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955370 is #6AAC8F. Grayscale: #696969. Windows color (decimal): -6990992 or 7361429. OLE color: 7361429.

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

Color convert

RGB14983112-
CMYK00.440.250.42
HSL333.64º28.45%45.49%-
HSV(B)333.64º44.3%58.43%-
XYZ18.4113.7517.01-
YUV106.04131.37158.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.31%
GREEN value IS 83 (32.81% from 255) = 24.13%
BLUE value IS 112 (44.14% from 255) = 32.56%
R=43.31%
G=24.13%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498311200.440.250.42333.6428.4545.49
Hex95537002C192A14e1c2d
Octal22512316005431525163455
Binary100101011010011111000001011001100110101010100111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955370; }

 p { color: rgb(149,83,112); }

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

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

 a { background-color: rgb(149,83,112); }

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

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

 span { border-color: rgb(149,83,112); }

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