#924B71

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

Shades of Cannon Pink #924B71

Tints of Cannon Pink #924B71

Color information

#924B71 (or 0x924B71) is unknown color: approx Cannon Pink. HEX triplet: 92, 4B and 71. RGB value is (146,75,113). Sum of RGB (Red+Green+Blue) = 146+75+113=334 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.71% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 113 (44.53% from 255 or 33.83% from 334); Max value from RGB is 146 - color contains mainly: red. Hex color #924B71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924B71 is #6DB48E. Grayscale: #646464. Windows color (decimal): -7189647 or 7424914. OLE color: 7424914.

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

Color convert

RGB14675113-
CMYK00.490.230.43
HSL327.89º32.13%43.33%-
HSV(B)327.89º48.63%57.25%-
XYZ17.3512.3417.09-
YUV100.56135.02160.41-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.71%
GREEN value IS 75 (29.69% from 255) = 22.46%
BLUE value IS 113 (44.53% from 255) = 33.83%
R=43.71%
G=22.46%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1467511300.490.230.43327.8932.1343.33
Hex924B71031172B148202b
Octal22211316106127535104053
Binary1001001010010111110001011000110111101011101001000100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,75,113); }

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

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

 a { background-color: rgb(146,75,113); }

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

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

 span { border-color: rgb(146,75,113); }

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