#924F66

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

Shades of Cannon Pink #924F66

Tints of Cannon Pink #924F66

Color information

#924F66 (or 0x924F66) is unknown color: approx Cannon Pink. HEX triplet: 92, 4F and 66. RGB value is (146,79,102). Sum of RGB (Red+Green+Blue) = 146+79+102=327 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.65% from 327); Green value is 79 (31.25% from 255 or 24.16% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 146 - color contains mainly: red. Hex color #924F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #924F66 is #6DB099. Grayscale: #656565. Windows color (decimal): -7188634 or 6705042. OLE color: 6705042.

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

Color convert

RGB14679102-
CMYK00.460.300.43
HSL339.4º29.78%44.12%-
HSV(B)339.4º45.89%57.25%-
XYZ17.0512.6614.12-
YUV101.65128.2159.63-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.65%
GREEN value IS 79 (31.25% from 255) = 24.16%
BLUE value IS 102 (40.23% from 255) = 31.19%
R=44.65%
G=24.16%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1467910200.460.300.43339.429.7844.12
Hex924F6602E1E2B1531e2c
Octal22211714605636535233654
Binary100100101001111110011001011101111010101110101001111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,79,102); }

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

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

 a { background-color: rgb(146,79,102); }

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

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

 span { border-color: rgb(146,79,102); }

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