Html Css Color HEX #88445F Cannon Pink

📋 copy color: '#88445F'

red 136 ◦ green 68 ◦ blue 95

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

Shades of Cannon Pink #88445F

Tints of Cannon Pink #88445F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.74%

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

R = 45.48%
G = 22.74%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#88445F (or 0x88445F) is known color: Cannon Pink. HEX triplet: 88, 44 and 5F. RGB value is (136,68,95). Sum of RGB (Red+Green+Blue) = 136+68+95=299 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.48% from 299); Green value is 68 (26.95% from 255 or 22.74% from 299); Blue value is 95 (37.5% from 255 or 31.77% from 299); Max value from RGB is 136 - color contains mainly: red. Hex color #88445F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88445F is #77BBA0. Grayscale: #5B5B5B. Windows color (decimal): -7846817 or 6243464. OLE color: 6243464.

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

Color convert

RGB 136 68 95 -
CMYK 0 0.50 0.30 0.47
HSL 336.18º 0.33% 0.4% -
HSV(B) 336.18º 0.5% 0.53% -
XYZ 14.29 10.19 12.04 -
YUV 91.41 130.03 159.8 -
System Red Green Blue C M Y K H S L
Decimal 136 68 95 0 0.50 0.30 0.47 336.18 0.33 0.4
Hex 88 44 5F 0 32 1E 2F 150 21 28
Octal 210 104 137 0 62 36 57 520 41 50
Binary 10001000 1000100 1011111 0 110010 11110 101111 101010000 100001 101000

Color Harmonies of #88445F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88445F

Black with #88445F

Text Example


Text Example

White with #88445F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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