Html Css Color HEX #88465C Cannon Pink

📋 copy color: '#88465C'

red 136 ◦ green 70 ◦ blue 92

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

Shades of Cannon Pink #88465C

Tints of Cannon Pink #88465C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.87%

R = 45.64%
G = 23.49%
B = 30.87%

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

#88465C (or 0x88465C) is known color: Cannon Pink. HEX triplet: 88, 46 and 5C. RGB value is (136,70,92). Sum of RGB (Red+Green+Blue) = 136+70+92=298 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.64% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 136 - color contains mainly: red. Hex color #88465C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88465C is #77B9A3. Grayscale: #5C5C5C. Windows color (decimal): -7846308 or 6047368. OLE color: 6047368.

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

Color convert

RGB 136 70 92 -
CMYK 0 0.49 0.32 0.47
HSL 340º 0.32% 0.4% -
HSV(B) 340º 0.49% 0.53% -
XYZ 14.28 10.39 11.38 -
YUV 92.24 127.87 159.21 -
System Red Green Blue C M Y K H S L
Decimal 136 70 92 0 0.49 0.32 0.47 340 0.32 0.4
Hex 88 46 5C 0 31 20 2F 154 20 28
Octal 210 106 134 0 61 40 57 524 40 50
Binary 10001000 1000110 1011100 0 110001 100000 101111 101010100 100000 101000

Color Harmonies of #88465C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88465C

Black with #88465C

Text Example


Text Example

White with #88465C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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