Html Css Color HEX #88455C Cannon Pink

📋 copy color: '#88455C'

red 136 ◦ green 69 ◦ blue 92

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

Shades of Cannon Pink #88455C

Tints of Cannon Pink #88455C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.23%

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

R = 45.79%
G = 23.23%
B = 30.98%

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

#88455C (or 0x88455C) is known color: Cannon Pink. HEX triplet: 88, 45 and 5C. RGB value is (136,69,92). Sum of RGB (Red+Green+Blue) = 136+69+92=297 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.79% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 136 - color contains mainly: red. Hex color #88455C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88455C is #77BAA3. Grayscale: #5B5B5B. Windows color (decimal): -7846564 or 6047112. OLE color: 6047112.

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

Color convert

RGB 136 69 92 -
CMYK 0 0.49 0.32 0.47
HSL 339.4º 0.33% 0.4% -
HSV(B) 339.4º 0.49% 0.53% -
XYZ 14.21 10.26 11.36 -
YUV 91.66 128.2 159.63 -
System Red Green Blue C M Y K H S L
Decimal 136 69 92 0 0.49 0.32 0.47 339.4 0.33 0.4
Hex 88 45 5C 0 31 20 2F 153 21 28
Octal 210 105 134 0 61 40 57 523 41 50
Binary 10001000 1000101 1011100 0 110001 100000 101111 101010011 100001 101000

Color Harmonies of #88455C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88455C

Black with #88455C

Text Example


Text Example

White with #88455C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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