#92536D

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

Shades of Cannon Pink #92536D

Tints of Cannon Pink #92536D

Color information

#92536D (or 0x92536D) is unknown color: approx Cannon Pink. HEX triplet: 92, 53 and 6D. RGB value is (146,83,109). Sum of RGB (Red+Green+Blue) = 146+83+109=338 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.20% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 146 - color contains mainly: red. Hex color #92536D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92536D is #6DAC92. Grayscale: #686868. Windows color (decimal): -7187603 or 7164818. OLE color: 7164818.

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

Color convert

RGB14683109-
CMYK00.430.250.43
HSL335.24º27.51%44.9%-
HSV(B)335.24º43.15%57.25%-
XYZ17.7113.416.12-
YUV104.8130.37157.39-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.20%
GREEN value IS 83 (32.81% from 255) = 24.56%
BLUE value IS 109 (42.97% from 255) = 32.25%
R=43.20%
G=24.56%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1468310900.430.250.43335.2427.5144.9
Hex92536D02B192B14f1c2d
Octal22212315505331535173455
Binary100100101010011110110101010111100110101110100111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92536D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92536D; }

 p { color: rgb(146,83,109); }

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

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

 a { background-color: rgb(146,83,109); }

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

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

 span { border-color: rgb(146,83,109); }

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