Html Css Color HEX #88535D Cannon Pink

📋 copy color: '#88535D'

red 136 ◦ green 83 ◦ blue 93

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

Shades of Cannon Pink #88535D

Tints of Cannon Pink #88535D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.6%

 BLUE value IS 93 (36.72% from 255) = 29.81%

R = 43.59%
G = 26.6%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#88535D (or 0x88535D) is known color: Cannon Pink. HEX triplet: 88, 53 and 5D. RGB value is (136,83,93). Sum of RGB (Red+Green+Blue) = 136+83+93=312 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.59% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 136 - color contains mainly: red. Hex color #88535D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88535D is #77ACA2. Grayscale: #646464. Windows color (decimal): -7842979 or 6116232. OLE color: 6116232.

HSL color Cylindrical-coordinate representation of color #88535D: hue angle of 348.68º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #88535D is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 83 93 -
CMYK 0 0.39 0.32 0.47
HSL 348.68º 0.24% 0.43% -
HSV(B) 348.68º 0.39% 0.53% -
XYZ 15.22 12.21 11.91 -
YUV 99.99 124.06 153.69 -
System Red Green Blue C M Y K H S L
Decimal 136 83 93 0 0.39 0.32 0.47 348.68 0.24 0.43
Hex 88 53 5D 0 27 20 2F 15D 18 2B
Octal 210 123 135 0 47 40 57 535 30 53
Binary 10001000 1010011 1011101 0 100111 100000 101111 101011101 11000 101011

Color Harmonies of #88535D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88535D

Black with #88535D

Text Example


Text Example

White with #88535D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88535D; }

 p { color: rgb(136,83,93); }

 H1.HeaderClassName
 {
   color: #88535D;
 }
 .AnyTagClassName
 {
   color: #88535D;
 }
</style>

background-color css

<style>
 a { background-color: #88535D; }

 a { background-color: rgb(136,83,93); }

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

border-color css

<style>
 span { border-color: #88535D; }

 span { border-color: rgb(136,83,93); }

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