#924970

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

Shades of Cannon Pink #924970

Tints of Cannon Pink #924970

Color information

#924970 (or 0x924970) is unknown color: approx Cannon Pink. HEX triplet: 92, 49 and 70. RGB value is (146,73,112). Sum of RGB (Red+Green+Blue) = 146+73+112=331 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.11% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 146 - color contains mainly: red. Hex color #924970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924970 is #6DB68F. Grayscale: #636363. Windows color (decimal): -7190160 or 7358866. OLE color: 7358866.

HSL color Cylindrical-coordinate representation of color #924970: hue angle of 327.95º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #924970 is Cyan = 0, Magento = 0.5, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB14673112-
CMYK00.50.230.43
HSL327.95º33.33%42.94%-
HSV(B)327.95º50%57.25%-
XYZ17.1612.0516.75-
YUV99.27135.18161.33-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.11%
GREEN value IS 73 (28.91% from 255) = 22.05%
BLUE value IS 112 (44.14% from 255) = 33.84%
R=44.11%
G=22.05%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1467311200.50.230.43327.9533.3342.94
Hex924970032172B148212b
Octal22211116006227535104153
Binary1001001010010011110000011001010111101011101001000100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924970; }

 p { color: rgb(146,73,112); }

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

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

 a { background-color: rgb(146,73,112); }

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

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

 span { border-color: rgb(146,73,112); }

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