#924D6A

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

Shades of Cannon Pink #924D6A

Tints of Cannon Pink #924D6A

Color information

#924D6A (or 0x924D6A) is unknown color: approx Cannon Pink. HEX triplet: 92, 4D and 6A. RGB value is (146,77,106). Sum of RGB (Red+Green+Blue) = 146+77+106=329 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.38% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 146 - color contains mainly: red. Hex color #924D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #924D6A is #6DB295. Grayscale: #646464. Windows color (decimal): -7189142 or 6966674. OLE color: 6966674.

HSL color Cylindrical-coordinate representation of color #924D6A: hue angle of 334.78º degrees, saturation: 0.31, 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 #924D6A is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB14677106-
CMYK00.470.270.43
HSL334.78º30.94%43.73%-
HSV(B)334.78º47.26%57.25%-
XYZ17.1112.4615.14-
YUV100.94130.86160.14-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.38%
GREEN value IS 77 (30.47% from 255) = 23.40%
BLUE value IS 106 (41.80% from 255) = 32.22%
R=44.38%
G=23.40%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1467710600.470.270.43334.7830.9443.73
Hex924D6A02F1B2B14f1f2c
Octal22211515205733535173754
Binary100100101001101110101001011111101110101110100111111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,77,106); }

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

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

 a { background-color: rgb(146,77,106); }

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

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

 span { border-color: rgb(146,77,106); }

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