Html Css Color HEX #88425D Cannon Pink

📋 copy color: '#88425D'

red 136 ◦ green 66 ◦ blue 93

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

Shades of Cannon Pink #88425D

Tints of Cannon Pink #88425D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.37%

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

R = 46.1%
G = 22.37%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#88425D (or 0x88425D) is known color: Cannon Pink. HEX triplet: 88, 42 and 5D. RGB value is (136,66,93). Sum of RGB (Red+Green+Blue) = 136+66+93=295 (39% of max value = 765). Red value is 136 (53.52% from 255 or 46.10% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 136 - color contains mainly: red. Hex color #88425D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88425D is #77BDA2. Grayscale: #595959. Windows color (decimal): -7847331 or 6111880. OLE color: 6111880.

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

Color convert

RGB 136 66 93 -
CMYK 0 0.51 0.32 0.47
HSL 336.86º 0.35% 0.4% -
HSV(B) 336.86º 0.51% 0.53% -
XYZ 14.08 9.92 11.53 -
YUV 90.01 129.69 160.8 -
System Red Green Blue C M Y K H S L
Decimal 136 66 93 0 0.51 0.32 0.47 336.86 0.35 0.4
Hex 88 42 5D 0 33 20 2F 151 23 28
Octal 210 102 135 0 63 40 57 521 43 50
Binary 10001000 1000010 1011101 0 110011 100000 101111 101010001 100011 101000

Color Harmonies of #88425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88425D

Black with #88425D

Text Example


Text Example

White with #88425D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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