Html Css Color HEX #804368 Cosmic

📋 copy color: '#804368'

red 128 ◦ green 67 ◦ blue 104

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

Shades of Cosmic #804368

Tints of Cosmic #804368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.78%

R = 42.81%
G = 22.41%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.50

RGB Variations

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

Color information

#804368 (or 0x804368) is known color: Cosmic. HEX triplet: 80, 43 and 68. RGB value is (128,67,104). Sum of RGB (Red+Green+Blue) = 128+67+104=299 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.81% from 299); Green value is 67 (26.56% from 255 or 22.41% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 128 - color contains mainly: red. Hex color #804368 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804368 is #7FBC97. Grayscale: #595959. Windows color (decimal): -8371352 or 6833024. OLE color: 6833024.

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

Color convert

RGB 128 67 104 -
CMYK 0 0.48 0.19 0.50
HSL 323.61º 0.31% 0.38% -
HSV(B) 323.61º 0.48% 0.5% -
XYZ 13.41 9.6 14.24 -
YUV 89.46 136.21 155.49 -
System Red Green Blue C M Y K H S L
Decimal 128 67 104 0 0.48 0.19 0.50 323.61 0.31 0.38
Hex 80 43 68 0 30 13 32 144 1F 26
Octal 200 103 150 0 60 23 62 504 37 46
Binary 10000000 1000011 1101000 0 110000 10011 110010 101000100 11111 100110

Color Harmonies of #804368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804368

Black with #804368

Text Example


Text Example

White with #804368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804368; }

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

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

background-color css

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

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

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

border-color css

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

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

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