#935371

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

Shades of Cannon Pink #935371

Tints of Cannon Pink #935371

Color information

#935371 (or 0x935371) is unknown color: approx Cannon Pink. HEX triplet: 93, 53 and 71. RGB value is (147,83,113). Sum of RGB (Red+Green+Blue) = 147+83+113=343 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.86% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 147 - color contains mainly: red. Hex color #935371 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935371 is #6CAC8E. Grayscale: #696969. Windows color (decimal): -7122063 or 7426963. OLE color: 7426963.

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

Color convert

RGB14783113-
CMYK00.440.230.42
HSL331.88º27.83%45.1%-
HSV(B)331.88º43.54%57.65%-
XYZ18.1113.5817.29-
YUV105.56132.2157.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.86%
GREEN value IS 83 (32.81% from 255) = 24.20%
BLUE value IS 113 (44.53% from 255) = 32.94%
R=42.86%
G=24.20%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478311300.440.230.42331.8827.8345.1
Hex93537102C172A14c1c2d
Octal22312316105427525143455
Binary100100111010011111000101011001011110101010100110011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935371; }

 p { color: rgb(147,83,113); }

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

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

 a { background-color: rgb(147,83,113); }

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

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

 span { border-color: rgb(147,83,113); }

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