Html Css Color HEX #885863 Cannon Pink

📋 copy color: '#885863'

red 136 ◦ green 88 ◦ blue 99

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

Shades of Cannon Pink #885863

Tints of Cannon Pink #885863

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.24%

 BLUE value IS 99 (39.06% from 255) = 30.65%

R = 42.11%
G = 27.24%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#885863 (or 0x885863) is known color: Cannon Pink. HEX triplet: 88, 58 and 63. RGB value is (136,88,99). Sum of RGB (Red+Green+Blue) = 136+88+99=323 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.11% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 99 (39.06% from 255 or 30.65% from 323); Max value from RGB is 136 - color contains mainly: red. Hex color #885863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885863 is #77A79C. Grayscale: #676767. Windows color (decimal): -7841693 or 6510728. OLE color: 6510728.

HSL color Cylindrical-coordinate representation of color #885863: hue angle of 346.25º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #885863 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 88 99 -
CMYK 0 0.35 0.27 0.47
HSL 346.25º 0.21% 0.44% -
HSV(B) 346.25º 0.35% 0.53% -
XYZ 15.9 13.11 13.5 -
YUV 103.61 125.4 151.11 -
System Red Green Blue C M Y K H S L
Decimal 136 88 99 0 0.35 0.27 0.47 346.25 0.21 0.44
Hex 88 58 63 0 23 1B 2F 15A 15 2C
Octal 210 130 143 0 43 33 57 532 25 54
Binary 10001000 1011000 1100011 0 100011 11011 101111 101011010 10101 101100

Color Harmonies of #885863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885863

Black with #885863

Text Example


Text Example

White with #885863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885863; }

 p { color: rgb(136,88,99); }

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

background-color css

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

 a { background-color: rgb(136,88,99); }

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

border-color css

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

 span { border-color: rgb(136,88,99); }

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