Html Css Color HEX #88465D Cannon Pink

📋 copy color: '#88465D'

red 136 ◦ green 70 ◦ blue 93

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

Shades of Cannon Pink #88465D

Tints of Cannon Pink #88465D

RGB

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

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

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

R = 45.48%
G = 23.41%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#88465D (or 0x88465D) is known color: Cannon Pink. HEX triplet: 88, 46 and 5D. RGB value is (136,70,93). Sum of RGB (Red+Green+Blue) = 136+70+93=299 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.48% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 136 - color contains mainly: red. Hex color #88465D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88465D is #77B9A2. Grayscale: #5C5C5C. Windows color (decimal): -7846307 or 6112904. OLE color: 6112904.

HSL color Cylindrical-coordinate representation of color #88465D: hue angle of 339.09º 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 #88465D is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 70 93 -
CMYK 0 0.49 0.32 0.47
HSL 339.09º 0.32% 0.4% -
HSV(B) 339.09º 0.49% 0.53% -
XYZ 14.32 10.4 11.61 -
YUV 92.36 128.37 159.13 -
System Red Green Blue C M Y K H S L
Decimal 136 70 93 0 0.49 0.32 0.47 339.09 0.32 0.4
Hex 88 46 5D 0 31 20 2F 153 20 28
Octal 210 106 135 0 61 40 57 523 40 50
Binary 10001000 1000110 1011101 0 110001 100000 101111 101010011 100000 101000

Color Harmonies of #88465D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88465D

Black with #88465D

Text Example


Text Example

White with #88465D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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