Html Css Color HEX #803C69 Cosmic

📋 copy color: '#803C69'

red 128 ◦ green 60 ◦ blue 105

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

Shades of Cosmic #803C69

Tints of Cosmic #803C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 35.84%

R = 43.69%
G = 20.48%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.50

RGB Variations

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

Color information

#803C69 (or 0x803C69) is known color: Cosmic. HEX triplet: 80, 3C and 69. RGB value is (128,60,105). Sum of RGB (Red+Green+Blue) = 128+60+105=293 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.69% from 293); Green value is 60 (23.83% from 255 or 20.48% from 293); Blue value is 105 (41.41% from 255 or 35.84% from 293); Max value from RGB is 128 - color contains mainly: red. Hex color #803C69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803C69 is #7FC396. Grayscale: #555555. Windows color (decimal): -8373143 or 6896768. OLE color: 6896768.

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

Color convert

RGB 128 60 105 -
CMYK 0 0.53 0.18 0.50
HSL 320.29º 0.36% 0.37% -
HSV(B) 320.29º 0.53% 0.5% -
XYZ 13.07 8.84 14.38 -
YUV 85.46 139.03 158.34 -
System Red Green Blue C M Y K H S L
Decimal 128 60 105 0 0.53 0.18 0.50 320.29 0.36 0.37
Hex 80 3C 69 0 35 12 32 140 24 25
Octal 200 74 151 0 65 22 62 500 44 45
Binary 10000000 111100 1101001 0 110101 10010 110010 101000000 100100 100101

Color Harmonies of #803C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803C69

Black with #803C69

Text Example


Text Example

White with #803C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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