#924E62

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

Shades of Cannon Pink #924E62

Tints of Cannon Pink #924E62

Color information

#924E62 (or 0x924E62) is unknown color: approx Cannon Pink. HEX triplet: 92, 4E and 62. RGB value is (146,78,98). Sum of RGB (Red+Green+Blue) = 146+78+98=322 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.34% from 322); Green value is 78 (30.86% from 255 or 24.22% from 322); Blue value is 98 (38.67% from 255 or 30.43% from 322); Max value from RGB is 146 - color contains mainly: red. Hex color #924E62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #924E62 is #6DB19D. Grayscale: #646464. Windows color (decimal): -7188894 or 6442642. OLE color: 6442642.

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

Color convert

RGB1467898-
CMYK00.470.330.43
HSL342.35º30.36%43.92%-
HSV(B)342.35º46.58%57.25%-
XYZ16.7812.4413.07-
YUV100.61126.53160.37-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.34%
GREEN value IS 78 (30.86% from 255) = 24.22%
BLUE value IS 98 (38.67% from 255) = 30.43%
R=45.34%
G=24.22%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146789800.470.330.43342.3530.3643.92
Hex924E6202F212B1561e2c
Octal22211614205741535263654
Binary1001001010011101100010010111110000110101110101011011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924E62; }

 p { color: rgb(146,78,98); }

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

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

 a { background-color: rgb(146,78,98); }

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

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

 span { border-color: rgb(146,78,98); }

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