Html Css Color HEX #80425C Cosmic

📋 copy color: '#80425C'

red 128 ◦ green 66 ◦ blue 92

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

Shades of Cosmic #80425C

Tints of Cosmic #80425C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.17%

R = 44.76%
G = 23.08%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.28

 K value IS 0.50

RGB Variations

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

Color information

#80425C (or 0x80425C) is known color: Cosmic. HEX triplet: 80, 42 and 5C. RGB value is (128,66,92). Sum of RGB (Red+Green+Blue) = 128+66+92=286 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.76% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 128 - color contains mainly: red. Hex color #80425C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80425C is #7FBDA3. Grayscale: #575757. Windows color (decimal): -8371620 or 6046336. OLE color: 6046336.

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

Color convert

RGB 128 66 92 -
CMYK 0 0.48 0.28 0.50
HSL 334.84º 0.32% 0.38% -
HSV(B) 334.84º 0.48% 0.5% -
XYZ 12.78 9.26 11.24 -
YUV 87.5 130.54 156.89 -
System Red Green Blue C M Y K H S L
Decimal 128 66 92 0 0.48 0.28 0.50 334.84 0.32 0.38
Hex 80 42 5C 0 30 1C 32 14F 20 26
Octal 200 102 134 0 60 34 62 517 40 46
Binary 10000000 1000010 1011100 0 110000 11100 110010 101001111 100000 100110

Color Harmonies of #80425C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80425C

Black with #80425C

Text Example


Text Example

White with #80425C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80425C; }

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

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

background-color css

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

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

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

border-color css

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

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

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