Html Css Color HEX #88515A Cannon Pink

📋 copy color: '#88515A'

red 136 ◦ green 81 ◦ blue 90

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

Shades of Cannon Pink #88515A

Tints of Cannon Pink #88515A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.32%

R = 44.3%
G = 26.38%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#88515A (or 0x88515A) is known color: Cannon Pink. HEX triplet: 88, 51 and 5A. RGB value is (136,81,90). Sum of RGB (Red+Green+Blue) = 136+81+90=307 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.30% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 90 (35.55% from 255 or 29.32% from 307); Max value from RGB is 136 - color contains mainly: red. Hex color #88515A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88515A is #77AEA5. Grayscale: #626262. Windows color (decimal): -7843494 or 5919112. OLE color: 5919112.

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

Color convert

RGB 136 81 90 -
CMYK 0 0.40 0.34 0.47
HSL 350.18º 0.25% 0.43% -
HSV(B) 350.18º 0.4% 0.53% -
XYZ 14.94 11.86 11.17 -
YUV 98.47 123.22 154.77 -
System Red Green Blue C M Y K H S L
Decimal 136 81 90 0 0.40 0.34 0.47 350.18 0.25 0.43
Hex 88 51 5A 0 28 22 2F 15E 19 2B
Octal 210 121 132 0 50 42 57 536 31 53
Binary 10001000 1010001 1011010 0 101000 100010 101111 101011110 11001 101011

Color Harmonies of #88515A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88515A

Black with #88515A

Text Example


Text Example

White with #88515A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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