Html Css Color HEX #803B5C Cosmic

📋 copy color: '#803B5C'

red 128 ◦ green 59 ◦ blue 92

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

Shades of Cosmic #803B5C

Tints of Cosmic #803B5C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.15%

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

R = 45.88%
G = 21.15%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.28

 K value IS 0.50

RGB Variations

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

Color information

#803B5C (or 0x803B5C) is known color: Cosmic. HEX triplet: 80, 3B and 5C. RGB value is (128,59,92). Sum of RGB (Red+Green+Blue) = 128+59+92=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 59 (23.44% from 255 or 21.15% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 128 - color contains mainly: red. Hex color #803B5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803B5C is #7FC4A3. Grayscale: #535353. Windows color (decimal): -8373412 or 6044544. OLE color: 6044544.

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

Color convert

RGB 128 59 92 -
CMYK 0 0.54 0.28 0.50
HSL 331.3º 0.37% 0.37% -
HSV(B) 331.3º 0.54% 0.5% -
XYZ 12.4 8.49 11.11 -
YUV 83.39 132.86 159.82 -
System Red Green Blue C M Y K H S L
Decimal 128 59 92 0 0.54 0.28 0.50 331.3 0.37 0.37
Hex 80 3B 5C 0 36 1C 32 14B 25 25
Octal 200 73 134 0 66 34 62 513 45 45
Binary 10000000 111011 1011100 0 110110 11100 110010 101001011 100101 100101

Color Harmonies of #803B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803B5C

Black with #803B5C

Text Example


Text Example

White with #803B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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