Html Css Color HEX #88445B Cannon Pink

📋 copy color: '#88445B'

red 136 ◦ green 68 ◦ blue 91

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

Shades of Cannon Pink #88445B

Tints of Cannon Pink #88445B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.85%

R = 46.1%
G = 23.05%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#88445B (or 0x88445B) is known color: Cannon Pink. HEX triplet: 88, 44 and 5B. RGB value is (136,68,91). Sum of RGB (Red+Green+Blue) = 136+68+91=295 (39% of max value = 765). Red value is 136 (53.52% from 255 or 46.10% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 136 - color contains mainly: red. Hex color #88445B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88445B is #77BBA4. Grayscale: #5A5A5A. Windows color (decimal): -7846821 or 5981320. OLE color: 5981320.

HSL color Cylindrical-coordinate representation of color #88445B: hue angle of 339.71º 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 #88445B is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 68 91 -
CMYK 0 0.50 0.33 0.47
HSL 339.71º 0.33% 0.4% -
HSV(B) 339.71º 0.5% 0.53% -
XYZ 14.11 10.12 11.11 -
YUV 90.95 128.03 160.13 -
System Red Green Blue C M Y K H S L
Decimal 136 68 91 0 0.50 0.33 0.47 339.71 0.33 0.4
Hex 88 44 5B 0 32 21 2F 154 21 28
Octal 210 104 133 0 62 41 57 524 41 50
Binary 10001000 1000100 1011011 0 110010 100001 101111 101010100 100001 101000

Color Harmonies of #88445B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88445B

Black with #88445B

Text Example


Text Example

White with #88445B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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