Html Css Color HEX #885962 Cannon Pink

📋 copy color: '#885962'

red 136 ◦ green 89 ◦ blue 98

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

Shades of Cannon Pink #885962

Tints of Cannon Pink #885962

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.55%

 BLUE value IS 98 (38.67% from 255) = 30.34%

R = 42.11%
G = 27.55%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#885962 (or 0x885962) is known color: Cannon Pink. HEX triplet: 88, 59 and 62. RGB value is (136,89,98). Sum of RGB (Red+Green+Blue) = 136+89+98=323 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.11% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 98 (38.67% from 255 or 30.34% from 323); Max value from RGB is 136 - color contains mainly: red. Hex color #885962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885962 is #77A69D. Grayscale: #686868. Windows color (decimal): -7841438 or 6445448. OLE color: 6445448.

HSL color Cylindrical-coordinate representation of color #885962: hue angle of 348.51º 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 #885962 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 89 98 -
CMYK 0 0.35 0.28 0.47
HSL 348.51º 0.21% 0.44% -
HSV(B) 348.51º 0.35% 0.53% -
XYZ 15.93 13.26 13.28 -
YUV 104.08 124.57 150.77 -
System Red Green Blue C M Y K H S L
Decimal 136 89 98 0 0.35 0.28 0.47 348.51 0.21 0.44
Hex 88 59 62 0 23 1C 2F 15D 15 2C
Octal 210 131 142 0 43 34 57 535 25 54
Binary 10001000 1011001 1100010 0 100011 11100 101111 101011101 10101 101100

Color Harmonies of #885962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885962

Black with #885962

Text Example


Text Example

White with #885962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885962; }

 p { color: rgb(136,89,98); }

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

background-color css

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

 a { background-color: rgb(136,89,98); }

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

border-color css

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

 span { border-color: rgb(136,89,98); }

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