Html Css Color HEX #885565 Cannon Pink

📋 copy color: '#885565'

red 136 ◦ green 85 ◦ blue 101

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

Shades of Cannon Pink #885565

Tints of Cannon Pink #885565

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.4%

 BLUE value IS 101 (39.84% from 255) = 31.37%

R = 42.24%
G = 26.4%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#885565 (or 0x885565) is known color: Cannon Pink. HEX triplet: 88, 55 and 65. RGB value is (136,85,101). Sum of RGB (Red+Green+Blue) = 136+85+101=322 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.24% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 101 (39.84% from 255 or 31.37% from 322); Max value from RGB is 136 - color contains mainly: red. Hex color #885565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885565 is #77AA9A. Grayscale: #666666. Windows color (decimal): -7842459 or 6641032. OLE color: 6641032.

HSL color Cylindrical-coordinate representation of color #885565: hue angle of 341.18º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #885565 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 85 101 -
CMYK 0 0.38 0.26 0.47
HSL 341.18º 0.23% 0.43% -
HSV(B) 341.18º 0.38% 0.53% -
XYZ 15.75 12.67 13.93 -
YUV 102.07 127.4 152.2 -
System Red Green Blue C M Y K H S L
Decimal 136 85 101 0 0.38 0.26 0.47 341.18 0.23 0.43
Hex 88 55 65 0 26 1A 2F 155 17 2B
Octal 210 125 145 0 46 32 57 525 27 53
Binary 10001000 1010101 1100101 0 100110 11010 101111 101010101 10111 101011

Color Harmonies of #885565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885565

Black with #885565

Text Example


Text Example

White with #885565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885565; }

 p { color: rgb(136,85,101); }

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

background-color css

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

 a { background-color: rgb(136,85,101); }

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

border-color css

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

 span { border-color: rgb(136,85,101); }

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