Html Css Color HEX #88465E Cannon Pink

📋 copy color: '#88465E'

red 136 ◦ green 70 ◦ blue 94

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

Shades of Cannon Pink #88465E

Tints of Cannon Pink #88465E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.33%

R = 45.33%
G = 23.33%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#88465E (or 0x88465E) is known color: Cannon Pink. HEX triplet: 88, 46 and 5E. RGB value is (136,70,94). Sum of RGB (Red+Green+Blue) = 136+70+94=300 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.33% from 300); Green value is 70 (27.73% from 255 or 23.33% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 136 - color contains mainly: red. Hex color #88465E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88465E is #77B9A1. Grayscale: #5C5C5C. Windows color (decimal): -7846306 or 6178440. OLE color: 6178440.

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

Color convert

RGB 136 70 94 -
CMYK 0 0.49 0.31 0.47
HSL 338.18º 0.32% 0.4% -
HSV(B) 338.18º 0.49% 0.53% -
XYZ 14.36 10.42 11.84 -
YUV 92.47 128.87 159.05 -
System Red Green Blue C M Y K H S L
Decimal 136 70 94 0 0.49 0.31 0.47 338.18 0.32 0.4
Hex 88 46 5E 0 31 1F 2F 152 20 28
Octal 210 106 136 0 61 37 57 522 40 50
Binary 10001000 1000110 1011110 0 110001 11111 101111 101010010 100000 101000

Color Harmonies of #88465E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88465E

Black with #88465E

Text Example


Text Example

White with #88465E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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