Html Css Color HEX #80465F Cosmic

📋 copy color: '#80465F'

red 128 ◦ green 70 ◦ blue 95

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

Shades of Cosmic #80465F

Tints of Cosmic #80465F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.89%

 BLUE value IS 95 (37.5% from 255) = 32.42%

R = 43.69%
G = 23.89%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#80465F (or 0x80465F) is known color: Cosmic. HEX triplet: 80, 46 and 5F. RGB value is (128,70,95). Sum of RGB (Red+Green+Blue) = 128+70+95=293 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.69% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 95 (37.5% from 255 or 32.42% from 293); Max value from RGB is 128 - color contains mainly: red. Hex color #80465F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80465F is #7FB9A0. Grayscale: #5A5A5A. Windows color (decimal): -8370593 or 6243968. OLE color: 6243968.

HSL color Cylindrical-coordinate representation of color #80465F: hue angle of 334.14º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80465F is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 70 95 -
CMYK 0 0.45 0.26 0.50
HSL 334.14º 0.29% 0.39% -
HSV(B) 334.14º 0.45% 0.5% -
XYZ 13.16 9.8 12.02 -
YUV 90.19 130.72 154.97 -
System Red Green Blue C M Y K H S L
Decimal 128 70 95 0 0.45 0.26 0.50 334.14 0.29 0.39
Hex 80 46 5F 0 2D 1A 32 14E 1D 27
Octal 200 106 137 0 55 32 62 516 35 47
Binary 10000000 1000110 1011111 0 101101 11010 110010 101001110 11101 100111

Color Harmonies of #80465F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80465F

Black with #80465F

Text Example


Text Example

White with #80465F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80465F; }

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

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

background-color css

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

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

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

border-color css

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

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

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