Html Css Color HEX #884A62 Cannon Pink

📋 copy color: '#884A62'

red 136 ◦ green 74 ◦ blue 98

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

Shades of Cannon Pink #884A62

Tints of Cannon Pink #884A62

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.03%

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

R = 44.16%
G = 24.03%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#884A62 (or 0x884A62) is known color: Cannon Pink. HEX triplet: 88, 4A and 62. RGB value is (136,74,98). Sum of RGB (Red+Green+Blue) = 136+74+98=308 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.16% from 308); Green value is 74 (29.30% from 255 or 24.03% from 308); Blue value is 98 (38.67% from 255 or 31.82% from 308); Max value from RGB is 136 - color contains mainly: red. Hex color #884A62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884A62 is #77B59D. Grayscale: #5F5F5F. Windows color (decimal): -7845278 or 6441608. OLE color: 6441608.

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

Color convert

RGB 136 74 98 -
CMYK 0 0.46 0.28 0.47
HSL 336.77º 0.3% 0.41% -
HSV(B) 336.77º 0.46% 0.53% -
XYZ 14.81 11.01 12.9 -
YUV 95.27 129.54 157.05 -
System Red Green Blue C M Y K H S L
Decimal 136 74 98 0 0.46 0.28 0.47 336.77 0.3 0.41
Hex 88 4A 62 0 2E 1C 2F 151 1E 29
Octal 210 112 142 0 56 34 57 521 36 51
Binary 10001000 1001010 1100010 0 101110 11100 101111 101010001 11110 101001

Color Harmonies of #884A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884A62

Black with #884A62

Text Example


Text Example

White with #884A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884A62; }

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

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

background-color css

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

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

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

border-color css

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

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

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