Html Css Color HEX #803C5D Cosmic

📋 copy color: '#803C5D'

red 128 ◦ green 60 ◦ blue 93

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

Shades of Cosmic #803C5D

Tints of Cosmic #803C5D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.35%

 BLUE value IS 93 (36.72% from 255) = 33.1%

R = 45.55%
G = 21.35%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#803C5D (or 0x803C5D) is known color: Cosmic. HEX triplet: 80, 3C and 5D. RGB value is (128,60,93). Sum of RGB (Red+Green+Blue) = 128+60+93=281 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.55% from 281); Green value is 60 (23.83% from 255 or 21.35% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 128 - color contains mainly: red. Hex color #803C5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803C5D is #7FC3A2. Grayscale: #545454. Windows color (decimal): -8373155 or 6110336. OLE color: 6110336.

HSL color Cylindrical-coordinate representation of color #803C5D: hue angle of 330.88º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #803C5D is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 60 93 -
CMYK 0 0.53 0.27 0.50
HSL 330.88º 0.36% 0.37% -
HSV(B) 330.88º 0.53% 0.5% -
XYZ 12.49 8.61 11.36 -
YUV 84.09 133.03 159.32 -
System Red Green Blue C M Y K H S L
Decimal 128 60 93 0 0.53 0.27 0.50 330.88 0.36 0.37
Hex 80 3C 5D 0 35 1B 32 14B 24 25
Octal 200 74 135 0 65 33 62 513 44 45
Binary 10000000 111100 1011101 0 110101 11011 110010 101001011 100100 100101

Color Harmonies of #803C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803C5D

Black with #803C5D

Text Example


Text Example

White with #803C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803C5D; }

 p { color: rgb(128,60,93); }

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

background-color css

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

 a { background-color: rgb(128,60,93); }

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

border-color css

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

 span { border-color: rgb(128,60,93); }

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