#924A77

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

Shades of Cannon Pink #924A77

Tints of Cannon Pink #924A77

Color information

#924A77 (or 0x924A77) is unknown color: approx Cannon Pink. HEX triplet: 92, 4A and 77. RGB value is (146,74,119). Sum of RGB (Red+Green+Blue) = 146+74+119=339 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.07% from 339); Green value is 74 (29.30% from 255 or 21.83% from 339); Blue value is 119 (46.88% from 255 or 35.10% from 339); Max value from RGB is 146 - color contains mainly: red. Hex color #924A77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924A77 is #6DB588. Grayscale: #646464. Windows color (decimal): -7189897 or 7817874. OLE color: 7817874.

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

Color convert

RGB14674119-
CMYK00.490.180.43
HSL322.5º32.73%43.14%-
HSV(B)322.5º49.32%57.25%-
XYZ17.6312.3418.91-
YUV100.66138.35160.34-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.07%
GREEN value IS 74 (29.30% from 255) = 21.83%
BLUE value IS 119 (46.88% from 255) = 35.10%
R=43.07%
G=21.83%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1467411900.490.180.43322.532.7343.14
Hex924A77031122B142212b
Octal22211216706122535024153
Binary1001001010010101110111011000110010101011101000010100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,74,119); }

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

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

 a { background-color: rgb(146,74,119); }

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

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

 span { border-color: rgb(146,74,119); }

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