Html Css Color HEX #885866 Cannon Pink

📋 copy color: '#885866'

red 136 ◦ green 88 ◦ blue 102

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

Shades of Cannon Pink #885866

Tints of Cannon Pink #885866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 31.29%

R = 41.72%
G = 26.99%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#885866 (or 0x885866) is known color: Cannon Pink. HEX triplet: 88, 58 and 66. RGB value is (136,88,102). Sum of RGB (Red+Green+Blue) = 136+88+102=326 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.72% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 102 (40.23% from 255 or 31.29% from 326); Max value from RGB is 136 - color contains mainly: red. Hex color #885866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885866 is #77A799. Grayscale: #676767. Windows color (decimal): -7841690 or 6707336. OLE color: 6707336.

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

Color convert

RGB 136 88 102 -
CMYK 0 0.35 0.25 0.47
HSL 342.5º 0.21% 0.44% -
HSV(B) 342.5º 0.35% 0.53% -
XYZ 16.04 13.17 14.27 -
YUV 103.95 126.9 150.86 -
System Red Green Blue C M Y K H S L
Decimal 136 88 102 0 0.35 0.25 0.47 342.5 0.21 0.44
Hex 88 58 66 0 23 19 2F 156 15 2C
Octal 210 130 146 0 43 31 57 526 25 54
Binary 10001000 1011000 1100110 0 100011 11001 101111 101010110 10101 101100

Color Harmonies of #885866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885866

Black with #885866

Text Example


Text Example

White with #885866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885866; }

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

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

background-color css

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

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

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

border-color css

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

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

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