Html Css Color HEX #804258 Cosmic

📋 copy color: '#804258'

red 128 ◦ green 66 ◦ blue 88

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

Shades of Cosmic #804258

Tints of Cosmic #804258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 31.21%

R = 45.39%
G = 23.4%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.31

 K value IS 0.50

RGB Variations

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

Color information

#804258 (or 0x804258) is known color: Cosmic. HEX triplet: 80, 42 and 58. RGB value is (128,66,88). Sum of RGB (Red+Green+Blue) = 128+66+88=282 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.39% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 88 (34.77% from 255 or 31.21% from 282); Max value from RGB is 128 - color contains mainly: red. Hex color #804258 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804258 is #7FBDA7. Grayscale: #575757. Windows color (decimal): -8371624 or 5784192. OLE color: 5784192.

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

Color convert

RGB 128 66 88 -
CMYK 0 0.48 0.31 0.50
HSL 338.71º 0.32% 0.38% -
HSV(B) 338.71º 0.48% 0.5% -
XYZ 12.61 9.19 10.34 -
YUV 87.05 128.54 157.21 -
System Red Green Blue C M Y K H S L
Decimal 128 66 88 0 0.48 0.31 0.50 338.71 0.32 0.38
Hex 80 42 58 0 30 1F 32 153 20 26
Octal 200 102 130 0 60 37 62 523 40 46
Binary 10000000 1000010 1011000 0 110000 11111 110010 101010011 100000 100110

Color Harmonies of #804258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804258

Black with #804258

Text Example


Text Example

White with #804258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804258; }

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

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

background-color css

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

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

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

border-color css

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

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

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