Html Css Color HEX #803C61 Cosmic

📋 copy color: '#803C61'

red 128 ◦ green 60 ◦ blue 97

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

Shades of Cosmic #803C61

Tints of Cosmic #803C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 34.04%

R = 44.91%
G = 21.05%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#803C61 (or 0x803C61) is known color: Cosmic. HEX triplet: 80, 3C and 61. RGB value is (128,60,97). Sum of RGB (Red+Green+Blue) = 128+60+97=285 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.91% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 97 (38.28% from 255 or 34.04% from 285); Max value from RGB is 128 - color contains mainly: red. Hex color #803C61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803C61 is #7FC39E. Grayscale: #545454. Windows color (decimal): -8373151 or 6372480. OLE color: 6372480.

HSL color Cylindrical-coordinate representation of color #803C61: hue angle of 327.35º 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 #803C61 is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 60 97 -
CMYK 0 0.53 0.24 0.50
HSL 327.35º 0.36% 0.37% -
HSV(B) 327.35º 0.53% 0.5% -
XYZ 12.68 8.68 12.32 -
YUV 84.55 135.03 158.99 -
System Red Green Blue C M Y K H S L
Decimal 128 60 97 0 0.53 0.24 0.50 327.35 0.36 0.37
Hex 80 3C 61 0 35 18 32 147 24 25
Octal 200 74 141 0 65 30 62 507 44 45
Binary 10000000 111100 1100001 0 110101 11000 110010 101000111 100100 100101

Color Harmonies of #803C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803C61

Black with #803C61

Text Example


Text Example

White with #803C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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