#884761

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

Shades of Cannon Pink #884761

Tints of Cannon Pink #884761

Color information

#884761 (or 0x884761) is unknown color: approx Cannon Pink. HEX triplet: 88, 47 and 61. RGB value is (136,71,97). Sum of RGB (Red+Green+Blue) = 136+71+97=304 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.74% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 136 - color contains mainly: red. Hex color #884761 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884761 is #77B89E. Grayscale: #5D5D5D. Windows color (decimal): -7846047 or 6375304. OLE color: 6375304.

HSL color Cylindrical-coordinate representation of color #884761: hue angle of 336º 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 #884761 is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB1367197-
CMYK00.480.290.47
HSL336º31.4%40.59%-
HSV(B)336º47.79%53.33%-
XYZ14.5610.612.59-
YUV93.4130.03158.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.74%
GREEN value IS 71 (28.12% from 255) = 23.36%
BLUE value IS 97 (38.28% from 255) = 31.91%
R=44.74%
G=23.36%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136719700.480.290.4733631.440.59
Hex8847610301D2F1501f29
Octal21010714106035575203751
Binary100010001000111110000101100001110110111110101000011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884761; }

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

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

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

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

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

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

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

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