#924B76

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

Shades of Cannon Pink #924B76

Tints of Cannon Pink #924B76

Color information

#924B76 (or 0x924B76) is unknown color: approx Cannon Pink. HEX triplet: 92, 4B and 76. RGB value is (146,75,118). Sum of RGB (Red+Green+Blue) = 146+75+118=339 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.07% from 339); Green value is 75 (29.69% from 255 or 22.12% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 146 - color contains mainly: red. Hex color #924B76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924B76 is #6DB489. Grayscale: #656565. Windows color (decimal): -7189642 or 7752594. OLE color: 7752594.

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

Color convert

RGB14675118-
CMYK00.490.190.43
HSL323.66º32.13%43.33%-
HSV(B)323.66º48.63%57.25%-
XYZ17.6412.4518.61-
YUV101.13137.52160-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.07%
GREEN value IS 75 (29.69% from 255) = 22.12%
BLUE value IS 118 (46.48% from 255) = 34.81%
R=43.07%
G=22.12%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1467511800.490.190.43323.6632.1343.33
Hex924B76031132B144202b
Octal22211316606123535044053
Binary1001001010010111110110011000110011101011101000100100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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