Html Css Color HEX #805561 Cannon Pink

📋 copy color: '#805561'

red 128 ◦ green 85 ◦ blue 97

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

Shades of Cannon Pink #805561

Tints of Cannon Pink #805561

RGB

 RED value IS 128 (50.39% from 255) = 41.29%

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

 BLUE value IS 97 (38.28% from 255) = 31.29%

R = 41.29%
G = 27.42%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#805561 (or 0x805561) is known color: Cannon Pink. HEX triplet: 80, 55 and 61. RGB value is (128,85,97). Sum of RGB (Red+Green+Blue) = 128+85+97=310 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.29% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 97 (38.28% from 255 or 31.29% from 310); Max value from RGB is 128 - color contains mainly: red. Hex color #805561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805561 is #7FAA9E. Grayscale: #636363. Windows color (decimal): -8366751 or 6378880. OLE color: 6378880.

HSL color Cylindrical-coordinate representation of color #805561: hue angle of 343.26º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #805561 is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 85 97 -
CMYK 0 0.34 0.24 0.50
HSL 343.26º 0.2% 0.42% -
HSV(B) 343.26º 0.34% 0.5% -
XYZ 14.31 11.95 12.86 -
YUV 99.23 126.75 148.52 -
System Red Green Blue C M Y K H S L
Decimal 128 85 97 0 0.34 0.24 0.50 343.26 0.2 0.42
Hex 80 55 61 0 22 18 32 157 14 2A
Octal 200 125 141 0 42 30 62 527 24 52
Binary 10000000 1010101 1100001 0 100010 11000 110010 101010111 10100 101010

Color Harmonies of #805561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805561

Black with #805561

Text Example


Text Example

White with #805561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805561; }

 p { color: rgb(128,85,97); }

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

background-color css

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

 a { background-color: rgb(128,85,97); }

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

border-color css

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

 span { border-color: rgb(128,85,97); }

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