Html Css Color HEX #885968 Cannon Pink

📋 copy color: '#885968'

red 136 ◦ green 89 ◦ blue 104

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

Shades of Cannon Pink #885968

Tints of Cannon Pink #885968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.61%

R = 41.34%
G = 27.05%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#885968 (or 0x885968) is known color: Cannon Pink. HEX triplet: 88, 59 and 68. RGB value is (136,89,104). Sum of RGB (Red+Green+Blue) = 136+89+104=329 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.34% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 136 - color contains mainly: red. Hex color #885968 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885968 is #77A697. Grayscale: #686868. Windows color (decimal): -7841432 or 6838664. OLE color: 6838664.

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

Color convert

RGB 136 89 104 -
CMYK 0 0.35 0.24 0.47
HSL 340.85º 0.21% 0.44% -
HSV(B) 340.85º 0.35% 0.53% -
XYZ 16.22 13.38 14.82 -
YUV 104.76 127.57 150.28 -
System Red Green Blue C M Y K H S L
Decimal 136 89 104 0 0.35 0.24 0.47 340.85 0.21 0.44
Hex 88 59 68 0 23 18 2F 155 15 2C
Octal 210 131 150 0 43 30 57 525 25 54
Binary 10001000 1011001 1101000 0 100011 11000 101111 101010101 10101 101100

Color Harmonies of #885968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885968

Black with #885968

Text Example


Text Example

White with #885968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885968; }

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

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

background-color css

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

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

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

border-color css

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

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

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