#884762

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

Shades of Cannon Pink #884762

Tints of Cannon Pink #884762

Color information

#884762 (or 0x884762) is unknown color: approx Cannon Pink. HEX triplet: 88, 47 and 62. RGB value is (136,71,98). Sum of RGB (Red+Green+Blue) = 136+71+98=305 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.59% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 136 - color contains mainly: red. Hex color #884762 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884762 is #77B89D. Grayscale: #5D5D5D. Windows color (decimal): -7846046 or 6440840. OLE color: 6440840.

HSL color Cylindrical-coordinate representation of color #884762: hue angle of 335.08º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #884762 is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB1367198-
CMYK00.480.280.47
HSL335.08º31.4%40.59%-
HSV(B)335.08º47.79%53.33%-
XYZ14.6110.6212.84-
YUV93.51130.53158.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.59%
GREEN value IS 71 (28.12% from 255) = 23.28%
BLUE value IS 98 (38.67% from 255) = 32.13%
R=44.59%
G=23.28%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136719800.480.280.47335.0831.440.59
Hex8847620301C2F14f1f29
Octal21010714206034575173751
Binary100010001000111110001001100001110010111110100111111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884762; }

 p { color: rgb(136,71,98); }

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

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

 a { background-color: rgb(136,71,98); }

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

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

 span { border-color: rgb(136,71,98); }

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