Html Css Color HEX #80525C Cannon Pink

📋 copy color: '#80525C'

red 128 ◦ green 82 ◦ blue 92

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

Shades of Cannon Pink #80525C

Tints of Cannon Pink #80525C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.15%

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

R = 42.38%
G = 27.15%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.50

RGB Variations

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

Color information

#80525C (or 0x80525C) is known color: Cannon Pink. HEX triplet: 80, 52 and 5C. RGB value is (128,82,92). Sum of RGB (Red+Green+Blue) = 128+82+92=302 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.38% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 128 - color contains mainly: red. Hex color #80525C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80525C is #7FADA3. Grayscale: #606060. Windows color (decimal): -8367524 or 6050432. OLE color: 6050432.

HSL color Cylindrical-coordinate representation of color #80525C: hue angle of 346.96º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #80525C is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 82 92 -
CMYK 0 0.36 0.28 0.50
HSL 346.96º 0.22% 0.41% -
HSV(B) 346.96º 0.36% 0.5% -
XYZ 13.85 11.4 11.59 -
YUV 96.89 125.24 150.19 -
System Red Green Blue C M Y K H S L
Decimal 128 82 92 0 0.36 0.28 0.50 346.96 0.22 0.41
Hex 80 52 5C 0 24 1C 32 15B 16 29
Octal 200 122 134 0 44 34 62 533 26 51
Binary 10000000 1010010 1011100 0 100100 11100 110010 101011011 10110 101001

Color Harmonies of #80525C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80525C

Black with #80525C

Text Example


Text Example

White with #80525C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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