Html Css Color HEX #804358 Cosmic

📋 copy color: '#804358'

red 128 ◦ green 67 ◦ blue 88

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

Shades of Cosmic #804358

Tints of Cosmic #804358

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.67%

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

R = 45.23%
G = 23.67%
B = 31.1%

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

#804358 (or 0x804358) is known color: Cosmic. HEX triplet: 80, 43 and 58. RGB value is (128,67,88). Sum of RGB (Red+Green+Blue) = 128+67+88=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 128 - color contains mainly: red. Hex color #804358 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804358 is #7FBCA7. Grayscale: #575757. Windows color (decimal): -8371368 or 5784448. OLE color: 5784448.

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

Color convert

RGB 128 67 88 -
CMYK 0 0.48 0.31 0.50
HSL 339.34º 0.31% 0.38% -
HSV(B) 339.34º 0.48% 0.5% -
XYZ 12.67 9.31 10.36 -
YUV 87.63 128.21 156.79 -
System Red Green Blue C M Y K H S L
Decimal 128 67 88 0 0.48 0.31 0.50 339.34 0.31 0.38
Hex 80 43 58 0 30 1F 32 153 1F 26
Octal 200 103 130 0 60 37 62 523 37 46
Binary 10000000 1000011 1011000 0 110000 11111 110010 101010011 11111 100110

Color Harmonies of #804358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804358

Black with #804358

Text Example


Text Example

White with #804358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804358; }

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

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

background-color css

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

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

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

border-color css

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

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

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