Html Css Color HEX #88445D Cannon Pink

📋 copy color: '#88445D'

red 136 ◦ green 68 ◦ blue 93

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

Shades of Cannon Pink #88445D

Tints of Cannon Pink #88445D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.9%

 BLUE value IS 93 (36.72% from 255) = 31.31%

R = 45.79%
G = 22.9%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#88445D (or 0x88445D) is known color: Cannon Pink. HEX triplet: 88, 44 and 5D. RGB value is (136,68,93). Sum of RGB (Red+Green+Blue) = 136+68+93=297 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.79% from 297); Green value is 68 (26.95% from 255 or 22.90% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 136 - color contains mainly: red. Hex color #88445D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88445D is #77BBA2. Grayscale: #5B5B5B. Windows color (decimal): -7846819 or 6112392. OLE color: 6112392.

HSL color Cylindrical-coordinate representation of color #88445D: hue angle of 337.94º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #88445D is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 68 93 -
CMYK 0 0.50 0.32 0.47
HSL 337.94º 0.33% 0.4% -
HSV(B) 337.94º 0.5% 0.53% -
XYZ 14.2 10.16 11.57 -
YUV 91.18 129.03 159.97 -
System Red Green Blue C M Y K H S L
Decimal 136 68 93 0 0.50 0.32 0.47 337.94 0.33 0.4
Hex 88 44 5D 0 32 20 2F 152 21 28
Octal 210 104 135 0 62 40 57 522 41 50
Binary 10001000 1000100 1011101 0 110010 100000 101111 101010010 100001 101000

Color Harmonies of #88445D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88445D

Black with #88445D

Text Example


Text Example

White with #88445D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88445D; }

 p { color: rgb(136,68,93); }

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

background-color css

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

 a { background-color: rgb(136,68,93); }

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

border-color css

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

 span { border-color: rgb(136,68,93); }

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