Html Css Color HEX #805255 Solid Pink

📋 copy color: '#805255'

red 128 ◦ green 82 ◦ blue 85

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

Shades of Solid Pink #805255

Tints of Solid Pink #805255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 28.81%

R = 43.39%
G = 27.8%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.34

 K value IS 0.50

RGB Variations

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

Color information

#805255 (or 0x805255) is known color: Solid Pink. HEX triplet: 80, 52 and 55. RGB value is (128,82,85). Sum of RGB (Red+Green+Blue) = 128+82+85=295 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.39% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 128 - color contains mainly: red. Hex color #805255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805255 is #7FADAA. Grayscale: #606060. Windows color (decimal): -8367531 or 5591680. OLE color: 5591680.

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

Color convert

RGB 128 82 85 -
CMYK 0 0.36 0.34 0.50
HSL 356.09º 0.22% 0.41% -
HSV(B) 356.09º 0.36% 0.5% -
XYZ 13.56 11.28 10.06 -
YUV 96.1 121.74 150.76 -
System Red Green Blue C M Y K H S L
Decimal 128 82 85 0 0.36 0.34 0.50 356.09 0.22 0.41
Hex 80 52 55 0 24 22 32 164 16 29
Octal 200 122 125 0 44 42 62 544 26 51
Binary 10000000 1010010 1010101 0 100100 100010 110010 101100100 10110 101001

Color Harmonies of #805255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805255

Black with #805255

Text Example


Text Example

White with #805255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805255; }

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

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

background-color css

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

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

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

border-color css

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

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

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