Html Css Color HEX #80485F Cosmic

📋 copy color: '#80485F'

red 128 ◦ green 72 ◦ blue 95

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

Shades of Cosmic #80485F

Tints of Cosmic #80485F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.41%

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

R = 43.39%
G = 24.41%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#80485F (or 0x80485F) is known color: Cosmic. HEX triplet: 80, 48 and 5F. RGB value is (128,72,95). Sum of RGB (Red+Green+Blue) = 128+72+95=295 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.39% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 128 - color contains mainly: red. Hex color #80485F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80485F is #7FB7A0. Grayscale: #5B5B5B. Windows color (decimal): -8370081 or 6244480. OLE color: 6244480.

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

Color convert

RGB 128 72 95 -
CMYK 0 0.44 0.26 0.50
HSL 335.36º 0.28% 0.39% -
HSV(B) 335.36º 0.44% 0.5% -
XYZ 13.29 10.05 12.07 -
YUV 91.37 130.05 154.13 -
System Red Green Blue C M Y K H S L
Decimal 128 72 95 0 0.44 0.26 0.50 335.36 0.28 0.39
Hex 80 48 5F 0 2C 1A 32 14F 1C 27
Octal 200 110 137 0 54 32 62 517 34 47
Binary 10000000 1001000 1011111 0 101100 11010 110010 101001111 11100 100111

Color Harmonies of #80485F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80485F

Black with #80485F

Text Example


Text Example

White with #80485F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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