Html Css Color HEX #88515F Cannon Pink

📋 copy color: '#88515F'

red 136 ◦ green 81 ◦ blue 95

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

Shades of Cannon Pink #88515F

Tints of Cannon Pink #88515F

RGB

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

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

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

R = 43.59%
G = 25.96%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#88515F (or 0x88515F) is known color: Cannon Pink. HEX triplet: 88, 51 and 5F. RGB value is (136,81,95). Sum of RGB (Red+Green+Blue) = 136+81+95=312 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.59% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 95 (37.5% from 255 or 30.45% from 312); Max value from RGB is 136 - color contains mainly: red. Hex color #88515F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88515F is #77AEA0. Grayscale: #636363. Windows color (decimal): -7843489 or 6246792. OLE color: 6246792.

HSL color Cylindrical-coordinate representation of color #88515F: hue angle of 344.73º 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 #88515F is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 81 95 -
CMYK 0 0.40 0.30 0.47
HSL 344.73º 0.25% 0.43% -
HSV(B) 344.73º 0.4% 0.53% -
XYZ 15.16 11.95 12.33 -
YUV 99.04 125.72 154.36 -
System Red Green Blue C M Y K H S L
Decimal 136 81 95 0 0.40 0.30 0.47 344.73 0.25 0.43
Hex 88 51 5F 0 28 1E 2F 159 19 2B
Octal 210 121 137 0 50 36 57 531 31 53
Binary 10001000 1010001 1011111 0 101000 11110 101111 101011001 11001 101011

Color Harmonies of #88515F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88515F

Black with #88515F

Text Example


Text Example

White with #88515F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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