Html Css Color HEX #88465F Cannon Pink

📋 copy color: '#88465F'

red 136 ◦ green 70 ◦ blue 95

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

Shades of Cannon Pink #88465F

Tints of Cannon Pink #88465F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.26%

 BLUE value IS 95 (37.5% from 255) = 31.56%

R = 45.18%
G = 23.26%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#88465F (or 0x88465F) is known color: Cannon Pink. HEX triplet: 88, 46 and 5F. RGB value is (136,70,95). Sum of RGB (Red+Green+Blue) = 136+70+95=301 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.18% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 136 - color contains mainly: red. Hex color #88465F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88465F is #77B9A0. Grayscale: #5C5C5C. Windows color (decimal): -7846305 or 6243976. OLE color: 6243976.

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

Color convert

RGB 136 70 95 -
CMYK 0 0.49 0.30 0.47
HSL 337.27º 0.32% 0.4% -
HSV(B) 337.27º 0.49% 0.53% -
XYZ 14.41 10.44 12.08 -
YUV 92.58 129.37 158.97 -
System Red Green Blue C M Y K H S L
Decimal 136 70 95 0 0.49 0.30 0.47 337.27 0.32 0.4
Hex 88 46 5F 0 31 1E 2F 151 20 28
Octal 210 106 137 0 61 36 57 521 40 50
Binary 10001000 1000110 1011111 0 110001 11110 101111 101010001 100000 101000

Color Harmonies of #88465F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88465F

Black with #88465F

Text Example


Text Example

White with #88465F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88465F; }

 p { color: rgb(136,70,95); }

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

background-color css

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

 a { background-color: rgb(136,70,95); }

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

border-color css

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

 span { border-color: rgb(136,70,95); }

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