Html Css Color HEX #884862 Cannon Pink

📋 copy color: '#884862'

red 136 ◦ green 72 ◦ blue 98

#884862
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cannon Pink #884862

Tints of Cannon Pink #884862

RGB

 RED value IS 136 (53.52% from 255) = 44.44%

 GREEN value IS 72 (28.52% from 255) = 23.53%

 BLUE value IS 98 (38.67% from 255) = 32.03%

R = 44.44%
G = 23.53%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#884862 (or 0x884862) is known color: Cannon Pink. HEX triplet: 88, 48 and 62. RGB value is (136,72,98). Sum of RGB (Red+Green+Blue) = 136+72+98=306 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.44% from 306); Green value is 72 (28.52% from 255 or 23.53% from 306); Blue value is 98 (38.67% from 255 or 32.03% from 306); Max value from RGB is 136 - color contains mainly: red. Hex color #884862 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884862 is #77B79D. Grayscale: #5E5E5E. Windows color (decimal): -7845790 or 6441096. OLE color: 6441096.

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

Color convert

RGB 136 72 98 -
CMYK 0 0.47 0.28 0.47
HSL 335.63º 0.31% 0.41% -
HSV(B) 335.63º 0.47% 0.53% -
XYZ 14.68 10.75 12.86 -
YUV 94.1 130.2 157.89 -
System Red Green Blue C M Y K H S L
Decimal 136 72 98 0 0.47 0.28 0.47 335.63 0.31 0.41
Hex 88 48 62 0 2F 1C 2F 150 1F 29
Octal 210 110 142 0 57 34 57 520 37 51
Binary 10001000 1001000 1100010 0 101111 11100 101111 101010000 11111 101001

Color Harmonies of #884862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884862

Black with #884862

Text Example


Text Example

White with #884862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884862; }

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

 H1.HeaderClassName
 {
   color: #884862;
 }
 .AnyTagClassName
 {
   color: #884862;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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