#924A69

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

Shades of Cannon Pink #924A69

Tints of Cannon Pink #924A69

Color information

#924A69 (or 0x924A69) is unknown color: approx Cannon Pink. HEX triplet: 92, 4A and 69. RGB value is (146,74,105). Sum of RGB (Red+Green+Blue) = 146+74+105=325 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.92% from 325); Green value is 74 (29.30% from 255 or 22.77% from 325); Blue value is 105 (41.41% from 255 or 32.31% from 325); Max value from RGB is 146 - color contains mainly: red. Hex color #924A69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924A69 is #6DB596. Grayscale: #636363. Windows color (decimal): -7189911 or 6900370. OLE color: 6900370.

HSL color Cylindrical-coordinate representation of color #924A69: hue angle of 334.17º 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 #924A69 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB14674105-
CMYK00.490.280.43
HSL334.17º32.73%43.14%-
HSV(B)334.17º49.32%57.25%-
XYZ16.8512.0314.8-
YUV99.06131.35161.48-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.92%
GREEN value IS 74 (29.30% from 255) = 22.77%
BLUE value IS 105 (41.41% from 255) = 32.31%
R=44.92%
G=22.77%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1467410500.490.280.43334.1732.7343.14
Hex924A690311C2B14e212b
Octal22211215106134535164153
Binary1001001010010101101001011000111100101011101001110100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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