Html Css Color HEX #804246 Solid Pink

📋 copy color: '#804246'

red 128 ◦ green 66 ◦ blue 70

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

Shades of Solid Pink #804246

Tints of Solid Pink #804246

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25%

 BLUE value IS 70 (27.73% from 255) = 26.52%

R = 48.48%
G = 25%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.50

RGB Variations

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

Color information

#804246 (or 0x804246) is known color: Solid Pink. HEX triplet: 80, 42 and 46. RGB value is (128,66,70). Sum of RGB (Red+Green+Blue) = 128+66+70=264 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.48% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 70 (27.73% from 255 or 26.52% from 264); Max value from RGB is 128 - color contains mainly: red. Hex color #804246 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804246 is #7FBDB9. Grayscale: #555555. Windows color (decimal): -8371642 or 4604544. OLE color: 4604544.

HSL color Cylindrical-coordinate representation of color #804246: hue angle of 356.13º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #804246 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 66 70 -
CMYK 0 0.48 0.45 0.50
HSL 356.13º 0.32% 0.38% -
HSV(B) 356.13º 0.48% 0.5% -
XYZ 11.96 8.93 6.89 -
YUV 84.99 119.54 158.67 -
System Red Green Blue C M Y K H S L
Decimal 128 66 70 0 0.48 0.45 0.50 356.13 0.32 0.38
Hex 80 42 46 0 30 2D 32 164 20 26
Octal 200 102 106 0 60 55 62 544 40 46
Binary 10000000 1000010 1000110 0 110000 101101 110010 101100100 100000 100110

Color Harmonies of #804246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804246

Black with #804246

Text Example


Text Example

White with #804246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804246; }

 p { color: rgb(128,66,70); }

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

background-color css

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

 a { background-color: rgb(128,66,70); }

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

border-color css

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

 span { border-color: rgb(128,66,70); }

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