#894C5C

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

Shades of Cannon Pink #894C5C

Tints of Cannon Pink #894C5C

Color information

#894C5C (or 0x894C5C) is unknown color: approx Cannon Pink. HEX triplet: 89, 4C and 5C. RGB value is (137,76,92). Sum of RGB (Red+Green+Blue) = 137+76+92=305 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.92% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 137 - color contains mainly: red. Hex color #894C5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894C5C is #76B3A3. Grayscale: #606060. Windows color (decimal): -7779236 or 6048905. OLE color: 6048905.

HSL color Cylindrical-coordinate representation of color #894C5C: hue angle of 344.26º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #894C5C is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB1377692-
CMYK00.450.330.46
HSL344.26º28.64%41.76%-
HSV(B)344.26º44.53%53.73%-
XYZ14.8311.2611.52-
YUV96.06125.71157.2-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.92%
GREEN value IS 76 (30.08% from 255) = 24.92%
BLUE value IS 92 (36.33% from 255) = 30.16%
R=44.92%
G=24.92%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137769200.450.330.46344.2628.6441.76
Hex894C5C02D212E1581d2a
Octal21111413405541565303552
Binary1000100110011001011100010110110000110111010101100011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894C5C; }

 p { color: rgb(137,76,92); }

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

<style>
 a { background-color: #894C5C; }

 a { background-color: rgb(137,76,92); }

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

<style>
 span { border-color: #894C5C; }

 span { border-color: rgb(137,76,92); }

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