Html Css Color HEX #80555C Cannon Pink

📋 copy color: '#80555C'

red 128 ◦ green 85 ◦ blue 92

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

Shades of Cannon Pink #80555C

Tints of Cannon Pink #80555C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.16%

R = 41.97%
G = 27.87%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.28

 K value IS 0.50

RGB Variations

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

Color information

#80555C (or 0x80555C) is known color: Cannon Pink. HEX triplet: 80, 55 and 5C. RGB value is (128,85,92). Sum of RGB (Red+Green+Blue) = 128+85+92=305 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.97% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 128 - color contains mainly: red. Hex color #80555C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80555C is #7FAAA3. Grayscale: #626262. Windows color (decimal): -8366756 or 6051200. OLE color: 6051200.

HSL color Cylindrical-coordinate representation of color #80555C: hue angle of 350.23º 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 #80555C is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 85 92 -
CMYK 0 0.34 0.28 0.50
HSL 350.23º 0.2% 0.42% -
HSV(B) 350.23º 0.34% 0.5% -
XYZ 14.08 11.86 11.67 -
YUV 98.66 124.25 148.93 -
System Red Green Blue C M Y K H S L
Decimal 128 85 92 0 0.34 0.28 0.50 350.23 0.2 0.42
Hex 80 55 5C 0 22 1C 32 15E 14 2A
Octal 200 125 134 0 42 34 62 536 24 52
Binary 10000000 1010101 1011100 0 100010 11100 110010 101011110 10100 101010

Color Harmonies of #80555C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80555C

Black with #80555C

Text Example


Text Example

White with #80555C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80555C; }

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

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

background-color css

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

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

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

border-color css

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

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

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