Html Css Color HEX #803C66 Cosmic

📋 copy color: '#803C66'

red 128 ◦ green 60 ◦ blue 102

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

Shades of Cosmic #803C66

Tints of Cosmic #803C66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 35.17%

R = 44.14%
G = 20.69%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#803C66 (or 0x803C66) is known color: Cosmic. HEX triplet: 80, 3C and 66. RGB value is (128,60,102). Sum of RGB (Red+Green+Blue) = 128+60+102=290 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.14% from 290); Green value is 60 (23.83% from 255 or 20.69% from 290); Blue value is 102 (40.23% from 255 or 35.17% from 290); Max value from RGB is 128 - color contains mainly: red. Hex color #803C66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803C66 is #7FC399. Grayscale: #555555. Windows color (decimal): -8373146 or 6700160. OLE color: 6700160.

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

Color convert

RGB 128 60 102 -
CMYK 0 0.53 0.20 0.50
HSL 322.94º 0.36% 0.37% -
HSV(B) 322.94º 0.53% 0.5% -
XYZ 12.92 8.78 13.58 -
YUV 85.12 137.53 158.58 -
System Red Green Blue C M Y K H S L
Decimal 128 60 102 0 0.53 0.20 0.50 322.94 0.36 0.37
Hex 80 3C 66 0 35 14 32 143 24 25
Octal 200 74 146 0 65 24 62 503 44 45
Binary 10000000 111100 1100110 0 110101 10100 110010 101000011 100100 100101

Color Harmonies of #803C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803C66

Black with #803C66

Text Example


Text Example

White with #803C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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