#925073

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

Shades of Cannon Pink #925073

Tints of Cannon Pink #925073

Color information

#925073 (or 0x925073) is unknown color: approx Cannon Pink. HEX triplet: 92, 50 and 73. RGB value is (146,80,115). Sum of RGB (Red+Green+Blue) = 146+80+115=341 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.82% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 146 - color contains mainly: red. Hex color #925073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925073 is #6DAF8C. Grayscale: #676767. Windows color (decimal): -7188365 or 7557266. OLE color: 7557266.

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

Color convert

RGB14680115-
CMYK00.450.210.43
HSL328.18º29.2%44.31%-
HSV(B)328.18º45.21%57.25%-
XYZ17.8213.0917.81-
YUV103.72134.37158.15-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.82%
GREEN value IS 80 (31.64% from 255) = 23.46%
BLUE value IS 115 (45.31% from 255) = 33.72%
R=42.82%
G=23.46%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1468011500.450.210.43328.1829.244.31
Hex92507302D152B1481d2c
Octal22212016305525535103554
Binary100100101010000111001101011011010110101110100100011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925073; }

 p { color: rgb(146,80,115); }

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

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

 a { background-color: rgb(146,80,115); }

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

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

 span { border-color: rgb(146,80,115); }

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