Html Css Color HEX #80446B Cosmic

📋 copy color: '#80446B'

red 128 ◦ green 68 ◦ blue 107

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

Shades of Cosmic #80446B

Tints of Cosmic #80446B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.44%

 BLUE value IS 107 (42.19% from 255) = 35.31%

R = 42.24%
G = 22.44%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#80446B (or 0x80446B) is known color: Cosmic. HEX triplet: 80, 44 and 6B. RGB value is (128,68,107). Sum of RGB (Red+Green+Blue) = 128+68+107=303 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.24% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 107 (42.19% from 255 or 35.31% from 303); Max value from RGB is 128 - color contains mainly: red. Hex color #80446B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80446B is #7FBB94. Grayscale: #5A5A5A. Windows color (decimal): -8371093 or 7029888. OLE color: 7029888.

HSL color Cylindrical-coordinate representation of color #80446B: hue angle of 321º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80446B is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 68 107 -
CMYK 0 0.47 0.16 0.50
HSL 321º 0.31% 0.38% -
HSV(B) 321º 0.47% 0.5% -
XYZ 13.62 9.78 15.08 -
YUV 90.39 137.38 154.83 -
System Red Green Blue C M Y K H S L
Decimal 128 68 107 0 0.47 0.16 0.50 321 0.31 0.38
Hex 80 44 6B 0 2F 10 32 141 1F 26
Octal 200 104 153 0 57 20 62 501 37 46
Binary 10000000 1000100 1101011 0 101111 10000 110010 101000001 11111 100110

Color Harmonies of #80446B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80446B

Black with #80446B

Text Example


Text Example

White with #80446B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80446B; }

 p { color: rgb(128,68,107); }

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

background-color css

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

 a { background-color: rgb(128,68,107); }

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

border-color css

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

 span { border-color: rgb(128,68,107); }

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