#924D6F

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

Shades of Cannon Pink #924D6F

Tints of Cannon Pink #924D6F

Color information

#924D6F (or 0x924D6F) is unknown color: approx Cannon Pink. HEX triplet: 92, 4D and 6F. RGB value is (146,77,111). Sum of RGB (Red+Green+Blue) = 146+77+111=334 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.71% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 146 - color contains mainly: red. Hex color #924D6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #924D6F is #6DB290. Grayscale: #656565. Windows color (decimal): -7189137 or 7294354. OLE color: 7294354.

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

Color convert

RGB14677111-
CMYK00.470.240.43
HSL330.43º30.94%43.73%-
HSV(B)330.43º47.26%57.25%-
XYZ17.3812.5716.55-
YUV101.51133.36159.74-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.71%
GREEN value IS 77 (30.47% from 255) = 23.05%
BLUE value IS 111 (43.75% from 255) = 33.23%
R=43.71%
G=23.05%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1467711100.470.240.43330.4330.9443.73
Hex924D6F02F182B14a1f2c
Octal22211515705730535123754
Binary100100101001101110111101011111100010101110100101011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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