Html Css Color HEX #88515E Cannon Pink

📋 copy color: '#88515E'

red 136 ◦ green 81 ◦ blue 94

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

Shades of Cannon Pink #88515E

Tints of Cannon Pink #88515E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.05%

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

R = 43.73%
G = 26.05%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#88515E (or 0x88515E) is known color: Cannon Pink. HEX triplet: 88, 51 and 5E. RGB value is (136,81,94). Sum of RGB (Red+Green+Blue) = 136+81+94=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 136 - color contains mainly: red. Hex color #88515E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88515E is #77AEA1. Grayscale: #626262. Windows color (decimal): -7843490 or 6181256. OLE color: 6181256.

HSL color Cylindrical-coordinate representation of color #88515E: hue angle of 345.82º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #88515E is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 81 94 -
CMYK 0 0.40 0.31 0.47
HSL 345.82º 0.25% 0.43% -
HSV(B) 345.82º 0.4% 0.53% -
XYZ 15.12 11.93 12.1 -
YUV 98.93 125.22 154.44 -
System Red Green Blue C M Y K H S L
Decimal 136 81 94 0 0.40 0.31 0.47 345.82 0.25 0.43
Hex 88 51 5E 0 28 1F 2F 15A 19 2B
Octal 210 121 136 0 50 37 57 532 31 53
Binary 10001000 1010001 1011110 0 101000 11111 101111 101011010 11001 101011

Color Harmonies of #88515E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88515E

Black with #88515E

Text Example


Text Example

White with #88515E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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